BIS fnc respawnMenuSpectator: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "^ {{Function\|Comments\=" to "{{Function|Comments=") |
m (page filled) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | |game1= arma3 | ||
|1.00 | |version1= 1.00 | ||
<!--|serverExec= server--> | |||
<!--|arg= local--> | |||
| | <!--|eff= local--> | ||
| | |descr= Handles the spectator mode. | ||
| | |s1= [player, respawnDelay] call [[BIS_fnc_respawnMenuSpectator]] | ||
| | |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 | |||
|seealso= [[Arma 3 Respawn]] | |||
}} | |||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> |
Revision as of 13:28, 22 July 2020
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