TimeMgr::GetDeltaTime
Defined in:
Returns the time difference between the current frame and the previous frame as an integer.
C4Time.h
Prototype
int32 GetDeltaTime(void) const;
Description
The GetDeltaTime
function returns the integer difference in time between the current frame and the previous frame. The value returned is in milliseconds.
See Also