The OpenD Programming Language

Timer

Undocumented in source.
version(with_timer)
static if(!(use_arsd_core))
class Timer {}

Constructors

this
this(int intervalInMilliseconds, void delegate() onPulse)

Create a timer with a callback when it triggers.

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

destroy
void destroy()

Stop and destroy the timer object.

Meta