PointClickEngine::Core::Timer
Inherits Reference < Object
Individual timer instance
Constructors
new(id : String, delay : Float32, callback_code : String | Nil = nil, repeating : Bool = false)
SourceInstance methods
callback_code
Sourcecallback_code=(callback_code : String | Nil)
Sourcecompleted?
Sourcedelay
Sourcedelay=(delay : Float32)
Sourceelapsed
Sourceelapsed=(elapsed : Float32)
Sourcefired
Sourcefired=(fired : Bool)
Sourceid
Sourceid=(id : String)
Sourcerepeating
Sourcerepeating=(repeating : Bool)
Source