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.151 by root, Sun Sep 30 20:22:19 2007 UTC vs.
Revision 1.152 by root, Tue Oct 16 00:30:24 2007 UTC

580 MTH static archetype *find (const_utf8_string name); 580 MTH static archetype *find (const_utf8_string name);
581 581
582 MTH void link (); 582 MTH void link ();
583 MTH void unlink (); 583 MTH void unlink ();
584 584
585 MTH object *instance ();
586
585 object_vector_index ACC (RW, archid); // index in archvector 587 object_vector_index ACC (RW, archid); // index in archvector
586 shstr ACC (RW, archname); /* More definite name, like "generate_kobold" */ 588 shstr ACC (RW, archname); /* More definite name, like "generate_kobold" */
587 bool ACC (RW, stub); // if true, this is an invalid archetype 589 bool ACC (RW, stub); // if true, this is an invalid archetype
588 590
589 sint8 ACC (RW, min_x), ACC (RW, min_y); /* extents, compared to the head (min_x, min_y should be zero, but aren't...) */ 591 sint8 ACC (RW, min_x), ACC (RW, min_y); /* extents, compared to the head (min_x, min_y should be zero, but aren't...) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines