BIS fnc showRespawnMenu: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|p([0-9])= ([^ ]+) \| " to "|p$1= $2 |r1= ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Respawn | |gr1= Respawn | ||
| Triggers the respawn screen in the given mode | |descr= Triggers the respawn screen in the given mode | ||
|s1= | |s1= <!-- [mode] call [[BIS_fnc_showRespawnMenu]]; --> | ||
|p1= mode: [[String]] - Possible modes are "open", "map", "spectate" and "close" | |p1= mode: [[String]] - Possible modes are "open", "map", "spectate" and "close" | ||
Line 15: | Line 14: | ||
|r1= | |r1= | ||
|x1= <code>["open"] [[call]] [[BIS_fnc_showRespawnMenu]]; | |x1= <code>["open"] [[call]] [[BIS_fnc_showRespawnMenu]]; {{cc|[[spawn]] does work as well}}</code> | ||
|seealso= [[Arma 3: Respawn]] | |||
}} | }} |
Revision as of 04:41, 13 June 2021
Description
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