added a gameframe hook

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40537
This commit is contained in:
David Anderson
2007-02-26 04:36:15 +00:00
parent bb69a9f0d2
commit 95e92b25aa
2 changed files with 24 additions and 0 deletions
+7
View File
@@ -148,6 +148,13 @@ forward OnClientSettingsChanged(client);
*/
forward OnClientAuthorized(client, const String:auth[]);
/**
* Called before every server frame. Note that you should avoid
* doing expensive computations here, and you should declare large
* local arrays using 'decl' instead of 'new'.
*/
forward OnGameFrame();
/**
* Returns the maximum number of clients allowed on the server.
*