Your browser does not support HTML5 canvas. Fork me on GitHub

Available Packages:

Timer

Source

function static timer.destr()

Source

function static timer.getElapsed() returns real

Source

function static timer.getHandleId() returns int

Source

function static timer.getRemaining() returns real

Source

function static timer.pause()

Source

function static timer.resume()

Source

function static timer.start(real time, code timerCallBack)

Source

function static timer.startPeriodic(real time, code timerCallBack)

Source