Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.
Source: addons/calendar_time/ui/display/calendar_display.gd
Syntax
class CalendarDisplay extends ContainerMembers
| Name | Kind | Summary |
|---|---|---|
displayed_year_changed | Event | Displaying the individual days in the month |
clock | Property | Shared context to access runtime time state data and events. |
year_spin_box | Property | |
tab_container | Property | |
month_table_template | Property | |
toggle_action | Property | Triggers the UI to switch visibility for showing / hiding when the action name is pressed [br][br] (Set in ProjectSettings -> InputMap) |
auto_switch_to_current_date | Property | Whether to automatically switch to the current month and year on date change |
shown_year | Property | The year that the calendar display is showing. When changed, refreshes the UI for the new year. |
refresh | Method | |
clear | Method | |
setup_tabs | Method | |
current_date | Property | |
game_year | Property | |
month_table | Property | |
game_month | Property | |
toggle_display | Method | |
go_to_current_month | Method |
Source
addons/calendar_time/ui/display/calendar_display.gd
Plugin docs root:gdscript/plugins/calendar_time_dev/docs