[wpdev-commits] wolfpack/python char.cpp,1.199,1.200
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-27 22:48:49
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31526/python Modified Files: char.cpp Log Message: doc fix. Index: char.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/char.cpp,v retrieving revision 1.199 retrieving revision 1.200 diff -C2 -d -r1.199 -r1.200 *** char.cpp 27 Sep 2004 22:47:48 -0000 1.199 --- char.cpp 27 Sep 2004 22:48:38 -0000 1.200 *************** *** 1996,1999 **** --- 1996,2001 ---- \param range The range the character needs to be within. If this is -1 the target needs to be in the characters posessions. + \param model Defaults to zero. If target is a coordinate object, this should be an item-id if the targetted + object was a static item. \return True if the character can reach the given object, false otherwise. */ |