arch:arch_attributes:o
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
arch:arch_attributes:o [2018/04/11 14:31] – created karl | arch:arch_attributes:o [2025/04/18 13:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
Object attributes beginning with the letter **o** . | Object attributes beginning with the letter **o** . | ||
- | Taken from the (unsorted) wholepage [[: | + | Partly taken from the (unsorted) wholepage [[: |
- | ===== List == | + | ===== List of attributes |
==== on_use_yield ==== | ==== 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. | + | 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 ==== | ==== other_arch ==== | ||
Type: archt * | Type: archt * | ||
+ | |||
+ | Comment: Pointer used for various things - mostly used for what this objects turns into or what this object creates | ||
Meaning: | Meaning: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ====== Server struct obj {} object == | ||
+ | These are not archetype attributes, but server internal variables. \\ | ||
+ | Read more on the [[: | ||
==== owner ==== | ==== owner ==== | ||
Type: obj * | 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: | Meaning: | ||
Line 22: | Line 33: | ||
==== ownercount ==== | ==== ownercount ==== | ||
Type: tag_t | Type: tag_t | ||
+ | |||
+ | Comment: What count the owner had (in case owner has been freed) | ||
Meaning: | Meaning: | ||
Line 28: | Line 41: | ||
Type: sint16 | Type: sint16 | ||
- | Meaning: For debugging: Where it was last inserted | + | Comment: For debugging: Where it was last inserted |
+ | |||
+ | Meaning: | ||
==== oy ==== | ==== oy ==== | ||
Type: sint16 | Type: sint16 | ||
- | Meaning: For debugging: Where it was last inserted | + | Comment: For debugging: Where it was last inserted |
+ | Meaning: |
arch/arch_attributes/o.1523475106.txt.gz · Last modified: (external edit)