renamed OnServerLoad to OnMapStart

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40723
This commit is contained in:
David Anderson
2007-05-02 17:45:09 +00:00
parent d432dc0cbd
commit d57f543820
3 changed files with 9 additions and 5 deletions
+5 -5
View File
@@ -114,12 +114,12 @@ forward OnPluginPauseChange(bool:pause);
forward OnGameFrame();
/**
* Called when the map is loaded and configs have been parsed.
* Note that commands are processed per-frame, and thus config
* files may not be fully loaded until a few seconds later.
* This function will be called on each mapchange.
* Called when the map is loaded.
*
* Note: This used to be OnServerLoad(), which is now deprecated.
* Plugins still using the old forward will work.
*/
forward OnServerLoad();
forward OnMapStart();
/**
* Returns the calling plugin's Handle.