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

SetGameTime

Sets the in-game time.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetGameTime))(VAULTSPACE Time) VAULTCPP(noexcept);
Code c:
native SetGameTime(time);

[top]Parameters

Time - the new time (64bit unixtime value)

[top]Return value

None.