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.136 by root, Thu Jul 5 08:10:30 2007 UTC vs.
Revision 1.137 by root, Sat Jul 14 14:57:16 2007 UTC

423 MTH void create_treasure (treasurelist *tl, int flags = 0); 423 MTH void create_treasure (treasurelist *tl, int flags = 0);
424 424
425 // insert object at same map position as 'where' 425 // insert object at same map position as 'where'
426 // handles both inventory and map "positions" 426 // handles both inventory and map "positions"
427 MTH object *insert_at (object *where, object *originator = 0, int flags = 0); 427 MTH object *insert_at (object *where, object *originator = 0, int flags = 0);
428 MTH void drop_unpaid_items ();
428 429
429 MTH void activate (); 430 MTH void activate ();
430 MTH void deactivate (); 431 MTH void deactivate ();
431 MTH void activate_recursive (); 432 MTH void activate_recursive ();
432 MTH void deactivate_recursive (); 433 MTH void deactivate_recursive ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines