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

OnGameMonthChange

Gets called when the in-game month changes.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnGameMonthChange(VAULTSPACE UCount) VAULTCPP(noexcept);
Code c:
forward OnGameMonthChange(month);

[top]Parameters

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

[top]Return value

None.