Added GetGameTickCount native (bug 5209, r=psychonic).

This commit is contained in:
Tony
2012-05-30 14:13:43 +01:00
parent 44d9551bd6
commit f65de3bbbb
4 changed files with 16 additions and 3 deletions
+7
View File
@@ -128,6 +128,13 @@ native Float:GetEngineTime();
*/
native Float:GetGameTime();
/**
* Returns the game's internal tick count.
*
* @return Game tick count.
*/
native GetGameTickCount();
/**
* Returns the game description from the mod.
*