![]() |
Crossfire Server, Trunk
1.75.0
|
#include <cfpython.h>
Include dependency graph for cfpython_archetype.cpp: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().
Here is the call graph for this function:
|
static |
Definition at line 47 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, cf_archetype_get_head(), and Crossfire_Archetype_wrap().
Here is the call graph for this function:
|
static |
Definition at line 42 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, cf_archetype_get_more(), and Crossfire_Archetype_wrap().
Here is the call graph for this function:
|
static |
Definition at line 32 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, and cf_archetype_get_name().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
|
static |
Definition at line 37 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch, cf_archetype_get_next(), and Crossfire_Archetype_wrap().
Here is the call graph for this function:
|
static |
Definition at line 77 of file cfpython_archetype.cpp.
References Crossfire_Archetype::arch.
Referenced by Crossfire_Archetype_RichCompare().
Here is the caller graph for this function:
|
static |
Definition at line 81 of file cfpython_archetype.cpp.
References Crossfire_Archetype_InternalCompare(), and Crossfire_ArchetypeType.
Here is the call graph for this function:| 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().
Here is the caller graph for this function:
|
static |
Definition at line 115 of file cfpython_archetype.cpp.
|
static |
Definition at line 124 of file cfpython_archetype.cpp.