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

OnGameDayChange

Gets called when the in-game day changes.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnGameDayChange(VAULTSPACE UCount) VAULTCPP(noexcept);
Code c:
forward OnGameDayChange(day);

[top]Parameters

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

[top]Return value

None.