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.243 by root, Tue Apr 13 22:05:42 2010 UTC vs.
Revision 1.244 by root, Wed Apr 14 21:36:32 2010 UTC

689 689
690 void enter_exit (object *exit);//Perl 690 void enter_exit (object *exit);//Perl
691 MTH void enter_map (maptile *newmap, int x, int y); 691 MTH void enter_map (maptile *newmap, int x, int y);
692 void player_goto (const_utf8_string path, int x, int y); // only for players 692 void player_goto (const_utf8_string path, int x, int y); // only for players
693 MTH bool apply (object *ob, int aflags = AP_APPLY); // ob may be 0 693 MTH bool apply (object *ob, int aflags = AP_APPLY); // ob may be 0
694
695 MTH object *mark () const;
694 696
695 // returns the mapspace this object is in 697 // returns the mapspace this object is in
696 mapspace &ms () const; 698 mapspace &ms () const;
697 699
698 // fully recursive iterator 700 // fully recursive iterator

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines