Timer::GetTime
Defined in:
Returns the length of time until the timer is triggered.
C4Time.h
Prototype
int32 GetTime(void) const;
Description
The GetTime
function returns the length of time remaining, in milliseconds, before a timer object is triggered.
See Also