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

Available Packages:

TimerDialog

Source

function static timer.createTimerDialog() returns timerdialog

Source

function static timerdialog.destr()

Source

function static timerdialog.display(boolean display)

Source

function static timerdialog.isDisplayed() returns boolean

Source

function static timerdialog.setRealTimeRemaining(real timeRemaining)

Source

function static timerdialog.setSpeed(real speedMultFactor)

Source

Multiplies the timer's tick rate and remaining time, so that the overall elapsed time stays the same. For example, timer was started with initial time 60 seconds. If speed is set to 2, then the time shown in dialog will be 120 seconds, but counting is two times faster. If speed is set to 0.5, then the time shown in dialog will be 30 seconds, but counting is two times slower.

function static timerdialog.setTimeColor(int red, int green, int blue, int alpha)

Source

function static timerdialog.setTimeColor(colorA colorA)

Source

function static timerdialog.setTitle(string title)

Source

function static timerdialog.setTitleColor(int red, int green, int blue, int alpha)

Source

function static timerdialog.setTitleColor(colorA colorA)

Source