Go to the source code of this file.
static PyObject* Crossfire_Region_GetLongname |
( |
Crossfire_Region * |
whoptr, |
|
|
void * |
closure |
|
) |
| |
|
static |
static PyObject* Crossfire_Region_GetMessage |
( |
Crossfire_Region * |
whoptr, |
|
|
void * |
closure |
|
) |
| |
|
static |
static PyObject* Crossfire_Region_GetName |
( |
Crossfire_Region * |
whoptr, |
|
|
void * |
closure |
|
) |
| |
|
static |
static PyObject* Crossfire_Region_GetNext |
( |
Crossfire_Region * |
who, |
|
|
void * |
closure |
|
) |
| |
|
static |
static PyObject* Crossfire_Region_GetParent |
( |
Crossfire_Region * |
who, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
PyTypeObject Crossfire_RegionType |
PyGetSetDef Region_getseters[] |
|
static |
Initial value:= {
{ NULL, NULL, NULL, NULL, NULL }
}
static PyObject * Crossfire_Region_GetNext(Crossfire_Region *who, void *closure)
static PyObject * Crossfire_Region_GetName(Crossfire_Region *whoptr, void *closure)
static PyObject * Crossfire_Region_GetLongname(Crossfire_Region *whoptr, void *closure)
static PyObject * Crossfire_Region_GetMessage(Crossfire_Region *whoptr, void *closure)
Definition at line 9 of file cfpython_region_private.h.
PyMethodDef RegionMethods[] |
|
static |
Initial value:= {
{ NULL, NULL, 0, NULL }
}
static PyObject * Crossfire_Region_GetParent(Crossfire_Region *who, PyObject *args)
Definition at line 17 of file cfpython_region_private.h.