evael.utils.Functions

Undocumented in source.

Members

Functions

bindDelegate
auto bindDelegate(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
getCurrentTime
float getCurrentTime()
Undocumented in source. Be warned that the author may not have intended to support it.
startDelayedTask
void startDelayedTask(void delegate() callback, int interval)

Starts a task after X time.

startTask
void startTask(void delegate() func)
Undocumented in source. Be warned that the author may not have intended to support it.
timeSinceProgramStarted
Duration timeSinceProgramStarted()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

startupTime
MonoTime startupTime;
Undocumented in source.

Meta