Go to the source code of this file.
|
| CF_PYTHON_OBJECT (Party, NULL, NULL, PyObject_HashNotImplemented, Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE, "Crossfire parties",(richcmpfunc) Crossfire_Party_RichCompare, PartyMethods, Party_getseters, NULL, NULL) |
|
static PyObject * | Crossfire_Party_GetName (Crossfire_Party *partyptr, void *closure) |
|
static PyObject * | Crossfire_Party_GetNext (Crossfire_Party *party, void *closure) |
|
static PyObject * | Crossfire_Party_GetPassword (Crossfire_Party *partyptr, void *closure) |
|
static PyObject * | Crossfire_Party_GetPlayers (Crossfire_Party *party, PyObject *args) |
|
static int | Crossfire_Party_InternalCompare (Crossfire_Party *left, Crossfire_Party *right) |
|
static PyObject * | Crossfire_Party_RichCompare (Crossfire_Party *left, Crossfire_Party *right, int op) |
|
PyObject * | Crossfire_Party_wrap (partylist *what) |
|
◆ CF_PYTHON_OBJECT()
CF_PYTHON_OBJECT |
( |
Party |
, |
|
|
NULL |
, |
|
|
NULL |
, |
|
|
PyObject_HashNotImplemented |
, |
|
|
Py_TPFLAGS_DEFAULT| |
Py_TPFLAGS_BASETYPE, |
|
|
"Crossfire parties" |
, |
|
|
(richcmpfunc) |
Crossfire_Party_RichCompare, |
|
|
PartyMethods |
, |
|
|
Party_getseters |
, |
|
|
NULL |
, |
|
|
NULL |
|
|
) |
| |
◆ Crossfire_Party_GetName()
static PyObject* Crossfire_Party_GetName |
( |
Crossfire_Party * |
partyptr, |
|
|
void * |
closure |
|
) |
| |
|
static |
◆ Crossfire_Party_GetNext()
static PyObject* Crossfire_Party_GetNext |
( |
Crossfire_Party * |
party, |
|
|
void * |
closure |
|
) |
| |
|
static |
◆ Crossfire_Party_GetPassword()
static PyObject* Crossfire_Party_GetPassword |
( |
Crossfire_Party * |
partyptr, |
|
|
void * |
closure |
|
) |
| |
|
static |
◆ Crossfire_Party_GetPlayers()
static PyObject* Crossfire_Party_GetPlayers |
( |
Crossfire_Party * |
party, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ Crossfire_Party_InternalCompare()
◆ Crossfire_Party_RichCompare()
◆ Crossfire_Party_wrap()
PyObject* Crossfire_Party_wrap |
( |
partylist * |
what | ) |
|
◆ Party_getseters
PyGetSetDef Party_getseters[] |
|
static |
◆ PartyMethods
PyMethodDef PartyMethods[] |
|
static |