BIS fnc getRespawnPositions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Respawn |GROUP1=")
m (Text replacement - "\[\[Category\:Function Group\: Respawn(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
Line 35: Line 35:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Respawn|{{uc:getRespawnPositions}}]]
 
[[Category:Functions|{{uc:getRespawnPositions}}]]
[[Category:Functions|{{uc:getRespawnPositions}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:getRespawnPositions}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:getRespawnPositions}}]]

Revision as of 13:28, 12 October 2020

Hover & click on the images for description

Description

Description:
Return scripted respawn positions available for the given unit.
Execution:
call
Groups:
Respawn

Syntax

Syntax:
input call BIS_fnc_getRespawnPositions
Parameters:
input: Object, Group, Side or Namespace - Where the respawn positions are saved
Return Value:
Array - Array of respawn positions

Examples

Example 1:
_respawnPositions = missionNamespace call BIS_fnc_getRespawnPositions;

Additional Information

See also:
Respawn functions

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