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

OnGameMonthChange

This is an old revision of this page, as edited 10-01-2012, 06:20 PM by foxtacles (contribs). It may differ significantly from the current revision.
Gets called when the in-game year 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.