BIS fnc addRespawnPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Created page with "{{Function|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.50|= Game version |eff= local |= ___...")
mNo edit summary
Line 6: Line 6:
|0.50|= Game version
|0.50|= Game version


|eff= local |=
|eff= global |=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 10:10, 23 June 2013

Hover & click on the images for description

Description

Description:
Add a respawn position for respawn menu.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[<target>,<position>] spawn BIS_fnc_addRespawnPosition;
Parameters:
target: Receiver of the respawn position
Namespace - use missionNamespace to add the position to everyone
Side
Group
Object
position:
Array in Position format
Object - specific object. When some crew positions are available and unlocked, players will be respawned on them, otherwise they will appear around the object.
String - marker name
Return Value:
Array in format [target,id] (used in BIS_fnc_removeRespawnPosition)

Examples

Example 1:
[west, myRespawnAPC] call BIS_fnc_addRespawnPosition;
Example 2:
[missionNamespace,"arena"] call BIS_fnc_addRespawnPosition;

Additional Information

See also:
Arma 3 Respawn

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