C4 Engine
C4 Engine API Documentation

TimeMgr::GetDeltaTime

Defined in:  C4Time.h
Returns the time difference between the current frame and the previous frame as an integer.
Prototype

int32 GetDeltaTime(voidconst;

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