[wpdev-commits] wolfpack pythonscript.cpp,1.52,1.53
Brought to you by:
rip,
thiagocorrea
From: Incanus <inc...@us...> - 2004-09-26 22:40:14
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29773 Modified Files: pythonscript.cpp Log Message: documentation fix Index: pythonscript.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/pythonscript.cpp,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** pythonscript.cpp 26 Sep 2004 21:36:23 -0000 1.52 --- pythonscript.cpp 26 Sep 2004 22:40:04 -0000 1.53 *************** *** 543,547 **** \param source The source of the resurrection. This may be None. \condition Triggered when a character is resurrected. ! \notes Return False to cancel the resurrection. */ "onResurrect", --- 543,547 ---- \param source The source of the resurrection. This may be None. \condition Triggered when a character is resurrected. ! \notes Return True to cancel the resurrection. */ "onResurrect", |