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

SetGameMonth

Sets the in-game month.

[top]Declaration

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

[top]Parameters

UCount - the new month (range is [0..11])

[top]Return value

None.