Timer

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

cycle
double cycle()
Undocumented in source. Be warned that the author may not have intended to support it.
every
string every(double dt, void delegate() fnc)
Undocumented in source. Be warned that the author may not have intended to support it.
every
void every(double dt, string key, void delegate() fnc)
Undocumented in source. Be warned that the author may not have intended to support it.
hardReset
double hardReset()
Undocumented in source. Be warned that the author may not have intended to support it.
removeCallback
void removeCallback(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
double reset()
Undocumented in source. Be warned that the author may not have intended to support it.
restart
void restart(double s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

all_time
double all_time;
Undocumented in source.
callback
TimerCallback[string] callback;
Undocumented in source.
cbindex
size_t cbindex;
Undocumented in source.
sw
StopWatch sw;
Undocumented in source.
time
double time;
Undocumented in source.

Meta