EEex_GetFPS
EEex_GetFPS()
Returns the frames per second of the internal game engine, as specified by the timer updates per second value in the CChittin object (CChitin::TIMER_UPDATES_PER_SECOND)
Parameters
None
Return
Returns the frames per second of the internal game engine
Example
local fps = EEex_GetFPS()
See Also