Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.
Manages the structure of the game calendar, including years and months.
Source: addons/calendar_time/game_time/game_calendar/calendar_structure.gd
Syntax
class CalendarStructure extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
years | Property | Cycle of years within the calendar. Loops after reaching end of array. |
set_years | Method | |
get_days_into_year | Method | |
game_year | Property | |
days_occured | Property | |
days_in_month | Property | |
get_game_month | Method | |
year | Property | |
get_game_year | Method | |
years_count | Property | |
remainder | Property | |
get_days_until_end_of_year | Method | |
game_year | Property | |
days_left | Property | |
days_in_month | Property | |
get_days_per_full_calendar_cycle | Method | |
total | Property | |
get_event_day | Method | |
month | Property |
Source
addons/calendar_time/game_time/game_calendar/calendar_structure.gd
Plugin docs root:gdscript/plugins/calendar_time_dev/docs