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

SetGameDay

Sets the in-game day.

[top]Declaration

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

[top]Parameters

UCount - the new day (range is [1..31])

[top]Return value

None.