[wpdev-commits] wolfpack/python char.cpp,1.171,1.172
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-01 21:37:53
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25224/python Modified Files: char.cpp Log Message: corrections Index: char.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/char.cpp,v retrieving revision 1.171 retrieving revision 1.172 diff -C2 -d -r1.171 -r1.172 *** char.cpp 29 Jun 2004 22:22:59 -0000 1.171 --- char.cpp 1 Jul 2004 21:37:44 -0000 1.172 *************** *** 2144,2151 **** /* ! \method char.aiengine \description Get the ai engine associated with this NPC. This only works for NPCs and returns None otherwise ! \return The Ai object used by this npc. */ static PyObject* wpChar_aiengine( wpChar* self, PyObject* args ) --- 2144,2151 ---- /* ! \method char.aiengine \description Get the ai engine associated with this NPC. This only works for NPCs and returns None otherwise ! \return The <object id="ai">ai</object> object used by this npc. */ static PyObject* wpChar_aiengine( wpChar* self, PyObject* args ) |