Source: addons/calendar_time/game_time/date_change/date_change_event.gd
Syntax
class DateChangeEvent extends ObjectMembers
| Name | Kind | Summary |
|---|---|---|
new_date | Property | The new calendar date after the transition. |
old_date | Property | The calendar date before the transition. |
change | Property | Signed whole-day difference from `old_date` to `new_date`. |
calendar | Property | Calendar whose date changed. Null is allowed for manually-created events. |