====== Arch Object attributes O == Object attributes beginning with the letter **o** . Partly taken from the (unsorted) wholepage [[:dev:Object Fields]] . ===== List of attributes == ==== on_use_yield ==== Should be the name of an archetype. When containing object is applied, \\ this specific object is generated, and inserted at the same place as the containing object. \\ Used mostly for giving empty bottles when drinking stuff. ==== other_arch ==== Type: archt * Comment: Pointer used for various things - mostly used for what this objects turns into or what this object creates Meaning: ---- ====== Server struct obj {} object == These are not archetype attributes, but server internal variables. \\ Read more on the [[:dev:object_fields]] page. ==== owner ==== Type: obj * Comment: Pointer to the object which controls this one. Owner should not be referred to directly - object_get_owner() should be used instead. Meaning: ==== ownercount ==== Type: tag_t Comment: What count the owner had (in case owner has been freed) Meaning: ==== ox ==== Type: sint16 Comment: For debugging: Where it was last inserted Meaning: ==== oy ==== Type: sint16 Comment: For debugging: Where it was last inserted Meaning: