[wpdev-commits] xmlscripts/scripts/wolfpack consts.py,1.71,1.72
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-11 21:07:22
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29759/wolfpack Modified Files: consts.py Log Message: Tweaks Index: consts.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** consts.py 2 Jul 2004 13:40:47 -0000 1.71 --- consts.py 11 Jul 2004 21:07:13 -0000 1.72 *************** *** 265,269 **** """ \constants wolfpack.consts Layer Constants ! These constants provide fast access to equipment on certain layers of a character. See the itemonlayer method for <object id="char">char</object> objects. """ --- 265,269 ---- """ \constants wolfpack.consts Layer Constants ! These constants provide fast access to equipment on certain layers of a character. See the itemonlayer method for <object id="char">char</object> objects. """ *************** *** 413,417 **** \constants wolfpack.consts Damage Constants These constants specify a damage type for the ! damage method in the <object id="char">char</object> object. """ --- 413,417 ---- \constants wolfpack.consts Damage Constants These constants specify a damage type for the ! damage method in the <object id="char">char</object> object. """ *************** *** 427,431 **** """ \constants wolfpack.consts Animation Constants ! These constants are animation ids for the action method in the <object id="char">char</object> object. --- 427,431 ---- """ \constants wolfpack.consts Animation Constants ! These constants are animation ids for the action method in the <object id="char">char</object> object. *************** *** 747,751 **** """ \constants wolfpack.consts Definition Constants ! These constants represent the definition section types as used in getdefinition in the <module id="wolfpack">wolfpack</module> module. """ --- 747,751 ---- """ \constants wolfpack.consts Definition Constants ! These constants represent the definition section types as used in getdefinition in the <module id="wolfpack">wolfpack</module> module. """ |