Shows the month calendar in a table fashion
Source: addons/calendar_time/ui/display/month_table.gd
Syntax
class MonthTable extends TreeMembers
| Name | Kind | Summary |
|---|---|---|
clock | Property | This clock's date decides which days the table highlights. |
settings | Property | Visual settings that control how the month grid is rendered. |
shown_year | Property | Year currently rendered by this month table. |
month_idx | Property | Month index number that represents the position of the month in the array |
game_month | Property | Resource representing the current month number |
root | Property | Root tree item that owns the month's day rows. |
week_items | Property | Tree items representing each week row of the month. |
refresh | Method | |
clear | Method | |
set_table_time | Method | |
setup | Method | |
clear_highlight | Method | |
highlight_day | Method | |
get_column | Method | |
get_week | Method |