Skip to main content

Timer

Timer

Deprecated

Kind: global class
Properties

NameType
repeatnumber
timeoutnumber
actionsArray.<function()>
activeboolean

new Timer(options)

Param
options

timer.actions : Array.<function()>

Kind: instance property of Timer

timer.active : boolean

Kind: instance property of Timer

timer.ticks : number

Kind: instance property of Timer

timer.counter : number

represents current time elapsed in a cycle, always less than timeout value

Kind: instance property of Timer

Timer.createTimeoutPromise(ecd, timeout) ⇒ Promise

Kind: static method of Timer

ParamType
ecdEntityComponentDataset
timeoutnumber