BIS fnc showRespawnMenu: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>")
Line 14: Line 14:
|r1=
|r1=


|x1= <code>["open"] [[call]] [[BIS_fnc_showRespawnMenu]]; {{cc|[[spawn]] does work as well}}</code>
|x1= <code>["open"] call [[BIS_fnc_showRespawnMenu]]; {{cc|[[spawn]] does work as well}}</code>


|seealso= [[Arma 3: Respawn]]
|seealso= [[Arma 3: Respawn]]
}}
}}

Revision as of 22:38, 12 July 2022

Hover & click on the images for description

Description

Description:
Triggers the respawn screen in the given mode
Execution:
call
Groups:
Respawn

Syntax

Syntax:
Syntax needed
Parameters:
mode: String - Possible modes are "open", "map", "spectate" and "close"
Return Value:
Return value needed

Examples

Example 1:
["open"] call BIS_fnc_showRespawnMenu; // spawn does work as well

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