BIS fnc respawnConfirm: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "^ {{Function\|Comments\=" to "{{Function|Comments=")
m (page filled)
Line 1: Line 1:
{{Function|Comments=
{{Function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3


|1.00|Game version=
|version1= 1.00
____________________________________________________________________________________________


| ''N/A''<br>{{placeholder}} |DESCRIPTION=
<!--|serverExec= server-->
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_respawnConfirm]]; --> |SYNTAX=
<!--|arg= local-->


|p1= |PARAMETER1=
<!--|eff= local-->


| |RETURNVALUE=
|descr= Shows a message box which the user needs to accept in order to respawn.
____________________________________________________________________________________________


|x1= <code></code> |=  
||s1= [respawnDelay] spawn [[BIS_fnc_respawnConfirm]]|=Syntax
____________________________________________________________________________________________


| |SEEALSO=
|p1= respawnDelay: [[Number]] - (Optional, default 3) Respawn delay


}}
|r1= [[Nothing]]
 
|x1= <code>[3] [[spawn]] [[BIN_fnc_enableSaving]];</code>
 
|exec= spawn


<h3 style="display:none">Notes</h3>
|seealso= [[Arma 3 Respawn]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
}}
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>

Revision as of 14:21, 22 July 2020

Hover & click on the images for description

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

Bottom Section