Skip to content
ct

Class

TimeScale

Generated GDScript class reference for CalendarTime.TimeScale.

Status
Current
Version
v2.0
Updated
Generated from GDScript addon source

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