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.111 by root, Tue Apr 24 00:42:02 2007 UTC vs.
Revision 1.113 by root, Tue May 1 05:48:20 2007 UTC

295 MTH void drain_specific_stat (int deplete_stats); 295 MTH void drain_specific_stat (int deplete_stats);
296 MTH void change_luck (int value); 296 MTH void change_luck (int value);
297 297
298 // info must hold 256 * 3 bytes currently 298 // info must hold 256 * 3 bytes currently
299 const char *debug_desc (char *info) const; 299 const char *debug_desc (char *info) const;
300 MTH const char *debug_desc () const; 300 MTH const char *debug_desc () const; // uses at least 3 round-robin buffers
301 const char *debug_desc2 () const; // another debug_desc, pure convinience function
302 const char *flag_desc (char *desc, int len) const; 301 const char *flag_desc (char *desc, int len) const;
303 302
304 int number_of () const 303 int number_of () const
305 { 304 {
306 return nrof ? nrof : 1; 305 return nrof ? nrof : 1;
387 MTH void deactivate_recursive (); 386 MTH void deactivate_recursive ();
388 387
389 // set the givne flag on all objects in the inventory recursively 388 // set the givne flag on all objects in the inventory recursively
390 MTH void set_flag_inv (int flag, int value = 1); 389 MTH void set_flag_inv (int flag, int value = 1);
391 390
392 void enter_exit (object *exit);//PERL 391 void enter_exit (object *exit);//Perl
393 MTH void enter_map (maptile *newmap, int x, int y); 392 MTH void enter_map (maptile *newmap, int x, int y);
394 393
395 // returns the mapspace this object is in 394 // returns the mapspace this object is in
396 mapspace &ms () const; 395 mapspace &ms () const;
397 396

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines