Go to the source code of this file.
static PyObject* Crossfire_Party_GetName |
( |
Crossfire_Party * |
whoptr, |
|
|
void * |
closure |
|
) |
| |
|
static |
static PyObject* Crossfire_Party_GetNext |
( |
Crossfire_Party * |
who, |
|
|
void * |
closure |
|
) |
| |
|
static |
static PyObject* Crossfire_Party_GetPassword |
( |
Crossfire_Party * |
whoptr, |
|
|
void * |
closure |
|
) |
| |
|
static |
static PyObject* Crossfire_Party_GetPlayers |
( |
Crossfire_Party * |
who, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
PyTypeObject Crossfire_PartyType |
PyGetSetDef Party_getseters[] |
|
static |
Initial value:= {
{ NULL, NULL, NULL, NULL, NULL }
}
static PyObject * Crossfire_Party_GetPassword(Crossfire_Party *whoptr, void *closure)
static PyObject * Crossfire_Party_GetNext(Crossfire_Party *who, void *closure)
static PyObject * Crossfire_Party_GetName(Crossfire_Party *whoptr, void *closure)
Definition at line 8 of file cfpython_party_private.h.
PyMethodDef PartyMethods[] |
|
static |
Initial value:= {
{ NULL, NULL, 0, NULL }
}
static PyObject * Crossfire_Party_GetPlayers(Crossfire_Party *who, PyObject *args)
Definition at line 15 of file cfpython_party_private.h.