|
Atrinik Server 2.5
|
#include <plugin_python.h>
Data Fields | |
| char * | name |
| field_type | type |
| size_t | offset |
| uint32 | flags |
| uint32 | extra_data |
General structure for Python object fields.
Definition at line 408 of file plugin_python.h.
Extra data for some special fields.
Definition at line 428 of file plugin_python.h.
Flags for special handling.
Definition at line 424 of file plugin_python.h.
| char* fields_struct::name |
Name of the field.
Definition at line 412 of file plugin_python.h.
| size_t fields_struct::offset |
Offset in player structure.
Definition at line 420 of file plugin_python.h.
Field type.
Definition at line 416 of file plugin_python.h.
1.7.4