BIS fnc missionRespawnType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also and category)
(Page filling)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Return respawn type defined in [[Description.ext]]. Can return as [[Number]] (e.g 1) or [[String]] (e.g "BIRD"). |Description=
 
____________________________________________________________________________________________
Description:
Return respawn type defined in Description.ext


Parameter(s):
| type call [[BIS_fnc_missionRespawnType]] |Syntax=
0: NUMBER or STRING - defines type of returned value


Returns:
|p1= type: [[Number]] or [[String]] - wanted return value type |Parameter 1=
NUMBER or STRING - respawn type ID (e.g., 1) or name (e.g., "BIRD")
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Number]] or [[String]] - return type depends on ''type'' |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_missionRespawnType]]; --> |= Syntax
|x1= <code>_respawnAsNumber = 0 [[call]] [[BIS_fnc_missionRespawnType]];</code> |Example 1=


|p1= |= Parameter 1
|x2= <code>_respawnAsString = "" [[call]] [[BIS_fnc_missionRespawnType]];</code> |Example 2=
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=
| [[Arma 3 Respawn]], [[Arma 3 Respawn: New Respawn Screen]], [[:Category:Function_Group:_Respawn|Respawn Function Group]] |See also=
____________________________________________________________________________________________
 
|[[Arma 3 Respawn]],[[Arma 3 Respawn: New Respawn Screen]],[[BIS_fnc_showRespawnMenu]],[[BIS_fnc_showRespawnMenuDisableItemCheck]],[[BIS_fnc_showRespawnMenuDisableItemDraw]],[[BIS_fnc_showRespawnMenuHeader]],[[BIS_fnc_showRespawnMenuInventory]],[[BIS_fnc_showRespawnMenuInventoryDetails]],[[BIS_fnc_showRespawnMenuInventoryLimitRefresh]],[[BIS_fnc_showRespawnMenuInventoryLimitRespawn]],[[BIS_fnc_showRespawnMenuInventoryList]],[[BIS_fnc_showRespawnMenuInventoryLoadout]],[[BIS_fnc_showRespawnMenuInventoryMetadata]],[[BIS_fnc_showRespawnMenuInventoryItems]],[[BIS_fnc_showRespawnMenuPosition]],[[BIS_fnc_showRespawnMenuPositionList]] |= See also
 
}}
}}



Revision as of 14:54, 5 June 2018

Hover & click on the images for description

Description

Description:
Return respawn type defined in Description.ext. Can return as Number (e.g 1) or String (e.g "BIRD").
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
type call BIS_fnc_missionRespawnType
Parameters:
type: Number or String - wanted return value type
Return Value:
Number or String - return type depends on type

Examples

Example 1:
_respawnAsNumber = 0 call BIS_fnc_missionRespawnType;
Example 2:
_respawnAsString = "" call BIS_fnc_missionRespawnType;

Additional Information

See also:
Arma 3 RespawnArma 3 Respawn: New Respawn ScreenRespawn Function Group

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section