Chris' Tutorials
Docs/Calendar Time

Class

TimeScale

Generated GDScript class reference for CalendarTime.TimeScale.

StatusCurrent
Versionv2.0
UpdatedGenerated from GDScript addon source
Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.

Source: addons/calendar_time/game_time/time_units/time_scale.gd

Syntax

class TimeScale extends Resource

Members

NameKindSummary
seconds_per_minutePropertySettings for how fast time measurements progress in the game. Defaults are real world values. Number of seconds in a gameplay minute
minutes_per_hourPropertyNumber of minutes in an hour
hours_per_dayPropertyNumber of hours in a day
delta_multiplierPropertyHow many times to progress the date time seconds for every second of delta time processed by the game engine
seconds_per_hourPropertyReturns a single hour measured in seconds
seconds_per_dayPropertyReturns a single day measured in seconds

Source

addons/calendar_time/game_time/time_units/time_scale.gd

Plugin docs root:gdscript/plugins/calendar_time_dev/docs