Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29050
Modified Files:
scriptmanager.cpp
Log Message:
Added documentation for the onServerStart event.
Index: scriptmanager.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/scriptmanager.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** scriptmanager.cpp 28 Aug 2004 12:09:51 -0000 1.25
--- scriptmanager.cpp 1 Sep 2004 20:03:52 -0000 1.26
***************
*** 158,161 ****
--- 158,165 ----
}
+ /*
+ \event onServerStart
+ \condition Triggered when the server startup is complete.
+ */
void cScriptManager::onServerStart()
{
|