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.235 by root, Tue Apr 6 21:11:48 2010 UTC vs.
Revision 1.236 by root, Wed Apr 7 19:54:45 2010 UTC

379 destroy (); 379 destroy ();
380 } 380 }
381 381
382 // recursively destroy all objects in inventory, optionally dropping them to the ground instead 382 // recursively destroy all objects in inventory, optionally dropping them to the ground instead
383 MTH void destroy_inv (bool drop_to_ground = false); 383 MTH void destroy_inv (bool drop_to_ground = false);
384 MTH void destroy_inv_fast (); // like destroy_inv (false), but only works when *this is destroyed, too
384 MTH object *insert (object *item); // insert into inventory 385 MTH object *insert (object *item); // insert into inventory
385 MTH void play_sound (faceidx sound) const; 386 MTH void play_sound (faceidx sound) const;
386 MTH void say_msg (const_utf8_string msg) const; 387 MTH void say_msg (const_utf8_string msg) const;
387 388
388 void do_remove (); 389 void do_remove ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines