Skip to content

Class

GameClockSpeedControl

Generated GDScript class reference for CalendarTime.GameClockSpeedControl.

Status
Current
Version
v2.1.1
Source updated
2026-08-09
Generated on
2026-09-26

Source: addons/calendar_time/ui/time_speed/game_clock_speed_control.gd

Syntax

class GameClockSpeedControl extends PanelContainer

Members

NameKindSummary
clockPropertyClock whose timeline speed this control drives. Never touches `Engine.time_scale`.
speed_choicesPropertySpeed multiplier offered at each slider tick. 0 pauses, 1.0 is normal speed; editing the list updates the slider tick count and range.
unpause_on_speed_changePropertyWhen true, selecting any non-paused speed resumes a paused SceneTree, so this control doubles as a visible resume control. Does not affect `Engine.time_scale`.
unpause_requestedSignalEmitted when this control resumes the SceneTree.