setPlayerRespawnTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Formatting, clarification)
m (template:command argument fix)
Line 16: Line 16:
|p1 = interval: [[Number]] - respawn time in seconds|= Parameter 1
|p1 = interval: [[Number]] - respawn time in seconds|= Parameter 1


| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  




|x1= <code>[[setPlayerRespawnTime]] 5;</code>|= EXAMPLE1
|x1= <code>[[setPlayerRespawnTime]] 5;</code>|EXAMPLE1=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[playerRespawnTime]], [[respawnVehicle]] |= SEEALSO
| [[playerRespawnTime]], [[respawnVehicle]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:37, 7 April 2019

Hover & click on the images for description

Description

Description:
Sets the time interval (in seconds) that the player must wait before respawn. It resets to mission default on mission start. In Single Player or when respawn type is GROUP or SIDE in Multiplayer, setting player respawn time has no effect, and playerRespawnTime will always return -1.
Groups:
Uncategorised

Syntax

Syntax:
setPlayerRespawnTime interval
Parameters:
interval: Number - respawn time in seconds
Return Value:
Nothing

Examples

Example 1:
setPlayerRespawnTime 5;

Additional Information

See also:
playerRespawnTimerespawnVehicle

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

Notes

Bottom Section