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

SetGameTime

This is an old revision of this page, as edited 10-03-2012, 03:26 PM by foxtacles (contribs). It may differ significantly from the current revision.
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)

[top]Return value

None.