Crossfire Server, Branches 1.12
R18729
|
#include <object.h>
Data Fields | |
const char * | key |
struct _key_value * | next |
const char * | value |
Each object (this also means archetypes!) could have a few of these "dangling" from it; this could also end up containing 'parse errors'.
key and value are shared-strings.
Please use get_ob_key_value(), set_ob_key_value() from object.c rather than accessing the list directly. Exception is if you want to walk this list for some reason.
const char* _key_value::key |
Definition at line 67 of file object.h.
Referenced by compare_ob_value_lists_one(), copy_object(), free_key_values(), get_ob_key_link(), get_ob_key_value(), and set_ob_key_value_s().
struct _key_value* _key_value::next |
Definition at line 69 of file object.h.
Referenced by compare_ob_value_lists_one(), copy_object(), free_key_values(), get_ob_key_link(), get_ob_key_value(), and set_ob_key_value_s().
const char* _key_value::value |
Definition at line 68 of file object.h.
Referenced by compare_ob_value_lists_one(), copy_object(), free_key_values(), get_ob_key_value(), and set_ob_key_value_s().