This site has been archived and made available for preservation purposes. No edits can be made.

SetRespawn

Sets the default respawn time for Players. Calling this function has no effect on the respawn times of currently connected Players.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetRespawn))(VAULTSPACE Interval) VAULTCPP(noexcept);
Code c:
native SetRespawn(interval);

[top]Parameters

Interval - the time after a Player will respawn in milliseconds after death

[top]Return value

None.

[top]Related pages