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

SetSpawnCell

Sets the default spawn cell for Players. Calling this function has no effect on the spawn cells of currently connected Players.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetSpawnCell))(VAULTSPACE Cell) VAULTCPP(noexcept);
Code c:
native SetSpawnCell(cell);

[top]Parameters

Cell - the new spawn cell for Players

[top]Return value

None.

[top]Related pages