Time

* Basic time manager class.

Members

Static functions

getDelta
float getDelta()

* Returns delta time.

getDeltaStr
string getDeltaStr()

* Returns delta time as string.

getElapsed
float getElapsed()

* Returns elapsed time.

getElapsed
string getElapsed()

* Returns elapsed time as string.

getLastFrame
float getLastFrame()

* Returns last frame time.

getLastFrame
string getLastFrame()

* Returns last frame time as string.

getTime
float getTime()

* Returns current time ticks in milliseconds.

processTime
void processTime()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta