C4 Engine
C4 Engine API Documentation

TimeMgr::GetFloatDeltaTime

Defined in:  C4Time.h
Returns the time difference between the current frame and the previous frame as a floating point number.
Prototype

float GetFloatDeltaTime(voidconst;

Description
The GetFloatDeltaTime function returns the floating-point difference in time between the current frame and the previous frame. The value returned is in milliseconds.
See Also

TimeMgr::GetDeltaTime

TimeMgr::GetAbsoluteTime