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

SetGameHour

Sets the in-game hour.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetGameHour))(VAULTSPACE UCount) VAULTCPP(noexcept);
Code c:
native SetGameHour(hour);

[top]Parameters

UCount - the new hour (range is [0..23])

[top]Return value

None.