Generic MOO Objects: /obj/object
MOO objects are represented by DGD objects that maintain all of the
MOO-related state information.
The following data is maintained for every MOO object:
- The object's parent
- A list of all the object's children
- The object's
.name
property
- The object's
.owner
property
- The object's
.location
property
- The object's
.contents
property
- A set of status bit flags holding other information
- All of the object's property slots
- All of the object's defined verbs
rob@ccs.neu.edu