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.234 by root, Sun Apr 4 20:00:05 2010 UTC vs.
Revision 1.236 by root, Wed Apr 7 19:54:45 2010 UTC

23 */ 23 */
24 24
25#ifndef OBJECT_H 25#ifndef OBJECT_H
26#define OBJECT_H 26#define OBJECT_H
27 27
28#include <bitset>
29
30#include "cfperl.h" 28#include "cfperl.h"
31#include "shstr.h" 29#include "shstr.h"
32 30
33//+GPL 31//+GPL
34 32
381 destroy (); 379 destroy ();
382 } 380 }
383 381
384 // 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
385 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
386 MTH object *insert (object *item); // insert into inventory 385 MTH object *insert (object *item); // insert into inventory
387 MTH void play_sound (faceidx sound) const; 386 MTH void play_sound (faceidx sound) const;
388 MTH void say_msg (const_utf8_string msg) const; 387 MTH void say_msg (const_utf8_string msg) const;
389 388
390 void do_remove (); 389 void do_remove ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines