BIS fnc respawnMenuSpectator: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\[\[Category\:Function Group\: Respawn(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
Line 26: Line 26:


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

Revision as of 15:15, 12 October 2020

Hover & click on the images for description

Description

Description:
Handles the spectator mode.
Execution:
call
Groups:
Respawn

Syntax

Syntax:
[player, respawnDelay] call BIS_fnc_respawnMenuSpectator
Parameters:
player: Object - Player unit
respawnDelay: Number - (Optional, default 3) Respawn delay
Return Value:
Nothing

Examples

Example 1:
[player,5] call BIS_fnc_respawnMenuSpectator;

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

Bottom Section