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.237 by root, Fri Apr 9 02:45:16 2010 UTC vs.
Revision 1.238 by root, Sat Apr 10 04:54:09 2010 UTC

730 730
731 MTH struct region *region () const; 731 MTH struct region *region () const;
732 732
733 void statusmsg (const_utf8_string msg, int color = NDI_BLACK); 733 void statusmsg (const_utf8_string msg, int color = NDI_BLACK);
734 void failmsg (const_utf8_string msg, int color = NDI_RED); 734 void failmsg (const_utf8_string msg, int color = NDI_RED);
735 void failmsgf (const_utf8_string format, ...); // always NDI_RED...
735 736
736 const_utf8_string query_inventory (object *who = 0, const_utf8_string indent = ""); 737 const_utf8_string query_inventory (object *who = 0, const_utf8_string indent = "");
737 738
738 MTH const_octet_string ref () const; // creates and returns a consistent persistent object reference 739 MTH const_octet_string ref () const; // creates and returns a consistent persistent object reference
739 static object *deref (const_octet_string ref); // returns the object from the generated refreence, if possible 740 static object *deref (const_octet_string ref); // returns the object from the generated refreence, if possible

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines