ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/object.h
(Generate patch)

Comparing deliantra/server/include/object.h (file contents):
Revision 1.78 by root, Sun Dec 31 17:17:23 2006 UTC vs.
Revision 1.79 by root, Wed Jan 3 20:08:04 2007 UTC

343 MTH void activate (); 343 MTH void activate ();
344 MTH void deactivate (); 344 MTH void deactivate ();
345 MTH void activate_recursive (); 345 MTH void activate_recursive ();
346 MTH void deactivate_recursive (); 346 MTH void deactivate_recursive ();
347 347
348 // set the givne flag on all objects in the inventory recursively
349 MTH void set_flag_inv (int flag, int value = 1);
350
348 void enter_exit (object *exit);//PERL 351 void enter_exit (object *exit);//PERL
349 MTH void enter_map (maptile *newmap, int x, int y); 352 MTH void enter_map (maptile *newmap, int x, int y);
350 353
351 // returns the mapspace this object is in 354 // returns the mapspace this object is in
352 mapspace &ms () const; 355 mapspace &ms () const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines