BIS fnc respawnMenuSpectator: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *P([a-gi-z ])" to "$1 - p$2") |
||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.00 | |version1= 1.00 | ||
|gr1 = Respawn | |gr1= Respawn | ||
|descr= Handles the spectator mode. | |descr= Handles the spectator mode. | ||
Line 11: | Line 10: | ||
|s1= [player, respawnDelay] call [[BIS_fnc_respawnMenuSpectator]] | |s1= [player, respawnDelay] call [[BIS_fnc_respawnMenuSpectator]] | ||
|p1= player: [[Object]] - | |p1= player: [[Object]] - player unit | ||
|p2= respawnDelay: [[Number]] - (Optional, default 3) | |p2= respawnDelay: [[Number]] - (Optional, default 3) respawn delay | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>[player,5] call BIS_fnc_respawnMenuSpectator;</sqf> | ||
|seealso= [[Arma 3: Respawn]] | |||
}} | }} | ||
Latest revision as of 15:45, 8 November 2023
Description
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:
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