![]() |
Crossfire Server, Trunk
1.75.0
|
#include <cfpython.h>
Go to the source code of this file.
Variables | |
static PyGetSetDef | Archetype_getseters [] |
static PyMethodDef | ArchetypeMethods [] |
CF_PYTHON_OBJECT | ( | Archetype | , |
NULL | , | ||
NULL | , | ||
PyObject_HashNotImplemented | , | ||
Py_TPFLAGS_DEFAULT| | Py_TPFLAGS_BASETYPE, | ||
"Crossfire archetypes" | , | ||
(richcmpfunc) | Crossfire_Archetype_RichCompare, | ||
ArchetypeMethods | , | ||
Archetype_getseters | , | ||
NULL | , | ||
NULL | |||
) |
|
static |
Definition at line 52 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, cf_archetype_get_clone(), and Crossfire_Object_wrap().
|
static |
Definition at line 47 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, cf_archetype_get_head(), and Crossfire_Archetype_wrap().
|
static |
Definition at line 42 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, cf_archetype_get_more(), and Crossfire_Archetype_wrap().
|
static |
Definition at line 32 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, and cf_archetype_get_name().
|
static |
Definition at line 57 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, cf_archetype_get_name(), cf_create_object_by_name(), and Crossfire_Object_wrap().
|
static |
Definition at line 37 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, cf_archetype_get_next(), and Crossfire_Archetype_wrap().
|
static |
Definition at line 77 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch.
Referenced by Crossfire_Archetype_RichCompare().
|
static |
Definition at line 81 of file cfpython_archetype.cpp.
References Crossfire_Archetype_InternalCompare(), and Crossfire_ArchetypeType.
PyObject* Crossfire_Archetype_wrap | ( | archetype * | what | ) |
Definition at line 62 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, and Crossfire_ArchetypeType.
Referenced by Crossfire_Archetype_GetHead(), Crossfire_Archetype_GetMore(), Crossfire_Archetype_GetNext(), getArchetypes(), Object_GetArchetype(), and Object_GetOtherArchetype().
|
static |
Definition at line 115 of file cfpython_archetype.cpp.
|
static |
Definition at line 124 of file cfpython_archetype.cpp.