[wpdev-commits] wolfpack/python global.cpp,1.152,1.153
Brought to you by:
rip,
thiagocorrea
From: Klaus M. <nad...@us...> - 2004-09-02 15:10:07
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20139/wolfpack/python Modified Files: global.cpp Log Message: bugfix #262 Index: global.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/global.cpp,v retrieving revision 1.152 retrieving revision 1.153 diff -C2 -d -r1.152 -r1.153 *** global.cpp 31 Aug 2004 19:16:49 -0000 1.152 --- global.cpp 2 Sep 2004 15:09:57 -0000 1.153 *************** *** 1323,1327 **** /* ! \function wolfpack.newnpc \param createserial Defaults to true. This boolean value will indicate whether a serial will be assigned to the player. If you plan to reset the serial of the player anyway, you --- 1323,1327 ---- /* ! \function wolfpack.newplayer \param createserial Defaults to true. This boolean value will indicate whether a serial will be assigned to the player. If you plan to reset the serial of the player anyway, you *************** *** 1451,1455 **** \function wolfpack.queuecode \param function A python code object. ! \param arguments A tuple. \description This function queues a python code object to be executed in the main thread. This funciton is useful if you want to access wolfpack internals from within another --- 1451,1455 ---- \function wolfpack.queuecode \param function A python code object. ! \param arguments A tuple. \description This function queues a python code object to be executed in the main thread. This funciton is useful if you want to access wolfpack internals from within another |