Add native to get gpGlobals->frametime (#629)
This commit is contained in:
@@ -211,6 +211,13 @@ native float GetGameTime();
|
||||
*/
|
||||
native int GetGameTickCount();
|
||||
|
||||
/**
|
||||
* Returns the time the Game took processing the last frame.
|
||||
*
|
||||
* @return Game frame time.
|
||||
*/
|
||||
native float GetGameFrameTime();
|
||||
|
||||
/**
|
||||
* Returns the game description from the mod.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user