BIS fnc respawnMenuSpectator: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "^ {{Function\|Comments\=" to "{{Function|Comments=")
m (page filled)
Line 1: Line 1:
{{Function|Comments=
{{Function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3


|1.00|Game version=
|version1= 1.00
____________________________________________________________________________________________


| ''N/A''<br>{{placeholder}} |DESCRIPTION=
<!--|serverExec= server-->
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_respawnMenuSpectator]]; --> |SYNTAX=
<!--|arg= local-->


|p1= |PARAMETER1=
<!--|eff= local-->


| |RETURNVALUE=
|descr= Handles the spectator mode.
____________________________________________________________________________________________


|x1= <code></code> |=
|s1= [player, respawnDelay] call [[BIS_fnc_respawnMenuSpectator]]
____________________________________________________________________________________________


| |SEEALSO=
|p1= player: [[Object]] - Player unit


}}
|p2= respawnDelay: [[Number]] - (Optional, default 3) Respawn delay
 
|r1= [[Nothing]]
 
|x1= <code><nowiki>[</nowiki>[[player]],5] [[call]] [[BIS_fnc_respawnMenuSpectator]];</code>
 
|exec= call


<h3 style="display:none">Notes</h3>
|seealso= [[Arma 3 Respawn]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
}}
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>

Revision as of 14:28, 22 July 2020

Hover & click on the images for description

Description

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

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