added amb217 (server.cfg forward)

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40729
This commit is contained in:
David Anderson
2007-05-02 20:44:35 +00:00
parent f498af0190
commit a5c018724a
3 changed files with 91 additions and 1 deletions
+11 -1
View File
@@ -116,7 +116,7 @@ forward OnGameFrame();
/**
* Called when the map is loaded.
*
* Note: This used to be OnServerLoad(), which is now deprecated.
* @note This used to be OnServerLoad(), which is now deprecated.
* Plugins still using the old forward will work.
*/
forward OnMapStart();
@@ -126,6 +126,16 @@ forward OnMapStart();
*/
forward OnMapEnd();
/**
* Called when the map has loaded and the servercfgfile has finished
* executing. This is usually 'server.cfg' but most mods allow it to
* be set via 'servercfgfile'.
*
* @note If server.cfg is executed more than once per map, this forward
* will only be called the first time (per map).
*/
forward OnServerCfg();
/**
* Returns the calling plugin's Handle.
*