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

OnGameMonthChange

(Difference between revisions)
Return to current revision
  1. -
    Gets called when the in-game year changes.
  2. +
    Gets called when the in-game month changes.
  3.  
    [h="2"] Declaration [/h]
    [highlight=cpp]
    VAULTSCRIPT VAULTSPACE Void OnGameMonthChange(VAULTSPACE UCount) VAULTCPP(noexcept);
    [/highlight]
    [highlight=c]
    forward OnGameMonthChange(month);
    [/highlight]
    [h="2"] Parameters [/h]
    [b][wiki="UCount"]UCount[/wiki][/b] - the new month (range is [0..11])
    [h="2"] Return value [/h]
    None.
    [category]VaultMP interface[/category]
    [category]Scripting callbacks[/category]