Crossfire Server, Branch 1.12  R12190
Functions
cfpython_party.c File Reference
#include <cfpython.h>
#include <cfpython_party_private.h>
Include dependency graph for cfpython_party.c:

Go to the source code of this file.

Functions

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)
PyObject * Crossfire_Party_wrap (partylist *what)

Function Documentation

static PyObject* Crossfire_Party_GetName ( Crossfire_Party partyptr,
void *  closure 
) [static]

Definition at line 33 of file cfpython_party.c.

References cf_party_get_name(), and Crossfire_Party::party.

Here is the call graph for this function:

static PyObject* Crossfire_Party_GetNext ( Crossfire_Party party,
void *  closure 
) [static]

Definition at line 41 of file cfpython_party.c.

References cf_party_get_next(), Crossfire_Party_wrap(), and Crossfire_Party::party.

Here is the call graph for this function:

static PyObject* Crossfire_Party_GetPassword ( Crossfire_Party partyptr,
void *  closure 
) [static]

Definition at line 37 of file cfpython_party.c.

References cf_party_get_password(), and Crossfire_Party::party.

Here is the call graph for this function:

static PyObject* Crossfire_Party_GetPlayers ( Crossfire_Party party,
PyObject *  args 
) [static]

Definition at line 45 of file cfpython_party.c.

References cf_party_get_first_player(), cf_party_get_next_player(), Crossfire_Object_wrap(), pl::ob, and Crossfire_Party::party.

Here is the call graph for this function:

static int Crossfire_Party_InternalCompare ( Crossfire_Party left,
Crossfire_Party right 
) [static]

Definition at line 73 of file cfpython_party.c.

References Crossfire_Party::party.

PyObject* Crossfire_Party_wrap ( partylist what)

Definition at line 58 of file cfpython_party.c.

References Crossfire_PartyType, and Crossfire_Party::party.

Referenced by Crossfire_Party_GetNext(), getParties(), and Player_GetParty().

Here is the caller graph for this function: