BIS fnc showRespawnMenu: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Respawn |GROUP1=")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *P([a-gi-z ])" to "$1 - p$2")
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|Comments=
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |Game name=
|gr1= Respawn


|1.00|Game version=
|descr= Triggers the respawn screen in the given mode


|gr1= Respawn |GROUP1=
|s1= <!-- [mode] call [[BIS_fnc_showRespawnMenu]]; -->
____________________________________________________________________________________________


| Triggers the respawn screen in the given mode |DESCRIPTION=
|p1= mode: [[String]] - possible modes are "open", "map", "spectate" and "close"
____________________________________________________________________________________________


| <!-- [mode] call [[BIS_fnc_showRespawnMenu]]; --> |SYNTAX=
|r1=


|p1= mode: [[String]] - Possible modes are "open", "map", "spectate" and "close" |PARAMETER1=
|x1= <sqf>["open"] call BIS_fnc_showRespawnMenu; // spawn does work as well</sqf>
 
| |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>["open"] [[call]] [[BIS_fnc_showRespawnMenu]]; // [[spawn]] does work as well</code> |=
____________________________________________________________________________________________
 
| |SEEALSO=


|seealso= [[Arma 3: Respawn]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Respawn|{{uc:showRespawnMenu}}]]
[[Category:Functions|{{uc:showRespawnMenu}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:showRespawnMenu}}]]

Latest revision as of 16:45, 8 November 2023

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