[wpdev-commits] wolfpack uobject.cpp,1.169,1.170
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-08-07 15:52:22
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9454 Modified Files: uobject.cpp Log Message: documentation fix. Index: uobject.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/uobject.cpp,v retrieving revision 1.169 retrieving revision 1.170 diff -C2 -d -r1.169 -r1.170 *** uobject.cpp 27 Jul 2004 06:35:22 -0000 1.169 --- uobject.cpp 7 Aug 2004 15:52:12 -0000 1.170 *************** *** 499,503 **** } ! // Remove it from all in-range sockets void cUObject::removeFromView( bool clean ) { --- 499,505 ---- } ! /*! ! Remove it from all in-range sockets ! */ void cUObject::removeFromView( bool clean ) { *************** *** 529,533 **** } ! // Checks if the specified object is in range bool cUObject::inRange( cUObject* object, UINT32 range ) const { --- 531,537 ---- } ! /*! ! Checks if the specified object is in given range ! */ bool cUObject::inRange( cUObject* object, UINT32 range ) const { *************** *** 690,694 **** } ! // \property object.pos This string property contains a comma separated list of the names of the scripts that are assigned to this object. else if ( name == "eventlist" ) { --- 694,698 ---- } ! // \property object.eventlist This string property contains a comma separated list of the names of the scripts that are assigned to this object. else if ( name == "eventlist" ) { |