added amb217 (server.cfg forward)
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40729
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user