BIS fnc respawnConfirm: 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= Shows a message box which the user needs to accept in order to respawn. | ||
| | ||s1= [respawnDelay] spawn [[BIS_fnc_respawnConfirm]]|=Syntax | ||
| | |p1= respawnDelay: [[Number]] - (Optional, default 3) Respawn delay | ||
|r1= [[Nothing]] | |||
|x1= <code>[3] [[spawn]] [[BIN_fnc_enableSaving]];</code> | |||
|exec= spawn | |||
|seealso= [[Arma 3 Respawn]] | |||
}} | |||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> |
Revision as of 13:21, 22 July 2020
Description
- Description:
- Shows a message box which the user needs to accept in order to respawn.
- Execution:
- spawn
- Groups:
- Uncategorised
Syntax
- Syntax:
- [respawnDelay] spawn BIS_fnc_respawnConfirm
- Parameters:
- respawnDelay: Number - (Optional, default 3) Respawn delay
- Return Value:
- Nothing
Examples
- Example 1:
[3] spawn BIN_fnc_enableSaving;
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