TimeMgr::GetDeltaTime
Defined in: C4Time.h
Returns the time difference between the current frame and the previous frame as an integer.
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
TimeMgr::GetFloatDeltaTime
TimeMgr::GetAbsoluteTime
|