Atrinik Server 2.5
Data Fields
key_value_struct Struct Reference

#include <object.h>

Data Fields

const char * key
const char * value
struct key_value_structnext

Detailed Description

This structure allows any object to have extra fields the Flex loader does not know about.

Definition at line 71 of file object.h.


Field Documentation

const char* key_value_struct::key

Name of this extra field. Shared string.

Definition at line 74 of file object.h.

Next value in the list.

Definition at line 80 of file object.h.

Value of this extra field. Shared string.

Definition at line 77 of file object.h.


The documentation for this struct was generated from the following file: