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.254 by root, Fri Jul 2 16:24:24 2010 UTC vs.
Revision 1.255 by root, Fri Jul 2 19:54:41 2010 UTC

704 MTH bool enter_map (maptile *newmap, int x, int y); 704 MTH bool enter_map (maptile *newmap, int x, int y);
705 void player_goto (const_utf8_string path, int x, int y); // only for players 705 void player_goto (const_utf8_string path, int x, int y); // only for players
706 MTH bool apply (object *ob, int aflags = AP_APPLY); // ob may be 0 706 MTH bool apply (object *ob, int aflags = AP_APPLY); // ob may be 0
707 707
708 MTH object *mark () const; 708 MTH object *mark () const;
709 MTH void splay_marked ();
709 710
710 // returns the mapspace this object is in 711 // returns the mapspace this object is in
711 mapspace &ms () const; 712 mapspace &ms () const;
712 713
713 // fully recursive iterator 714 // fully recursive iterator

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines