PointClickEngine::Core::TimerManager
Inherits Reference < Object
Manager for all game timers
Constructors
new(event_bus : Events::EventBus | Nil = nil)
SourceInstance methods
add_repeating_timer(delay : Float32, callback_code : String | Nil = nil) : String
Add a repeating timer
event_bus
Sourceevent_bus=(event_bus : Events::EventBus | Nil)
Sourcetimers
Sourcetimers=(timers : Array(Timer))
Source