|
Atrinik Server 2.5
|
#include <plugin_python.h>
Data Fields | |
| PyObject_HEAD object * | obj |
| struct Atrinik_Object * | iter |
| uint8 | iter_type |
| tag_t | count |
The Atrinik_Object structure.
Definition at line 292 of file plugin_python.h.
ID of the object.
Definition at line 306 of file plugin_python.h.
| struct Atrinik_Object* Atrinik_Object::iter |
Pointer for iteration.
Definition at line 300 of file plugin_python.h.
Definition at line 303 of file plugin_python.h.
| PyObject_HEAD object* Atrinik_Object::obj |
Pointer to the Atrinik object we wrap.
Definition at line 297 of file plugin_python.h.
1.7.4