setPlayerRespawnTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set the time interval to wait on player respawn. It is set to mission default on mission start again. |= Description
| Sets the time interval to wait on player 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 is always -1. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 19: Line 19:




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


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 12:09, 1 July 2017

Hover & click on the images for description

Description

Description:
Sets the time interval to wait on player 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 is always -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