Source: addons/calendar_time/game_time/game_calendar/week_manager.gd
Syntax
class WeekManager extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
days_per_week | Property | WeekManager — resolves day-of-week math for a calendar's week length. Holds `days_per_week` and the `start_day_of_week_index`, and delegates the actual date arithmetic to an injected `TimeDateCalculator` so week boundaries stay consistent with the calendar's other unit math. |
start_day_of_week_index | Property | |
date_calculator | Property | |
get_day_of_week_index | Method | |
day_number | Property | |
offset_day_number | Property | |
array_pos | Property |