Crossfire Server, Trunk  1.75.0
cfpython_object.cpp File Reference
#include <cfpython.h>
#include <map>
+ Include dependency graph for cfpython_object.cpp:

Go to the source code of this file.

Macros

#define EXISTCHECK(ob)
 
#define EXISTCHECK_INT(ob)
 
#define TYPEEXISTCHECK(ob)
 This is meant to be used for parameters where you don't know if the type of the object is correct. More...
 

Functions

static void add_object_assoc (object *key, PyObject *value)
 
 CF_PYTHON_NUMBER_METHODS (Object, Crossfire_Object_Long)
 
 CF_PYTHON_OBJECT (Object, Crossfire_Object_dealloc, &ObjectConvert, PyObject_HashNotImplemented, Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE, "Crossfire objects",(richcmpfunc) Crossfire_Object_RichCompare, ObjectMethods, Object_getseters, NULL, Crossfire_Object_new)
 
 CF_PYTHON_OBJECT (Player, Crossfire_Player_dealloc, NULL, NULL, Py_TPFLAGS_DEFAULT, "Crossfire player", NULL, PlayerMethods, Player_getseters, &Crossfire_ObjectType, Crossfire_Player_new)
 
static PyObject * Crossfire_Object_ActivateRune (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_AddExp (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Apply (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Arrest (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Cast (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_CastAbility (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_ChangeAbil (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_CheckArchInventory (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_CheckInventory (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_CheckTrigger (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Clone (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_CreateInside (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_CreateTimer (Crossfire_Object *who, PyObject *args)
 
static void Crossfire_Object_dealloc (PyObject *obj)
 
static PyObject * Crossfire_Object_Drop (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Event (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Fix (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_ForgetSpell (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_GetOutOfMap (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_GetResist (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_InsertInto (Crossfire_Object *who, PyObject *args)
 
static int Crossfire_Object_InternalCompare (Crossfire_Object *left, Crossfire_Object *right)
 
static PyObject * Crossfire_Object_KnowSpell (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_LearnSpell (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Long (PyObject *obj)
 
static PyObject * Crossfire_Object_Move (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_MoveTo (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_new (PyTypeObject *type, PyObject *args, PyObject *kwds)
 
static PyObject * Crossfire_Object_Pay (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_PayAmount (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_PermExp (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_QueryName (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_ReadKey (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Remove (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_RemoveDepletion (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Reposition (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_RichCompare (Crossfire_Object *left, Crossfire_Object *right, int op)
 
static PyObject * Crossfire_Object_Say (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_SetResist (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Split (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Take (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Object_Teleport (Crossfire_Object *who, PyObject *args)
 
PyObject * Crossfire_Object_wrap (object *what)
 Python initialized. More...
 
static PyObject * Crossfire_Object_WriteKey (Crossfire_Object *who, PyObject *args)
 
static PyObject * Crossfire_Player_CanPay (Crossfire_Player *who, PyObject *args)
 
static void Crossfire_Player_dealloc (PyObject *obj)
 
static PyObject * Crossfire_Player_Message (Crossfire_Player *who, PyObject *args)
 
static PyObject * Crossfire_Player_new (PyTypeObject *type, PyObject *args, PyObject *kwds)
 
static PyObject * find_assoc_pyobject (object *key)
 
static void free_object_assoc (object *key)
 
static PyObject * Object_GetArchetype (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetExists (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetExp (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetExpMul (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetFlagProperty (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetFloatProperty (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetIntProperty (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetMap (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetMaterial (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetMoney (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetMoveAllow (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetMoveBlock (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetMoveOff (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetMoveOn (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetMoveSlow (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetMoveType (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetName (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetNamePl (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetObjectProperty (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetOtherArchetype (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetPickable (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetSStringProperty (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetTotalExp (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Object_GetValue (Crossfire_Object *whoptr, void *closure)
 
static int Object_SetAnim (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetEnemy (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetExp (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetFace (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetFlagProperty (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetFloatProperty (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetIntProperty (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetMap (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetMoveAllow (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetMoveBlock (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetMoveOff (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetMoveOn (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetMoveSlow (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetMoveType (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetName (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetNamePl (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetOwner (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetPickable (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetQuantity (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static int Object_SetStringProperty (Crossfire_Object *whoptr, PyObject *value, void *closure)
 Setters. More...
 
static int Object_SetValue (Crossfire_Object *whoptr, PyObject *value, void *closure)
 
static PyObject * Player_GetBedMap (Crossfire_Player *whoptr, void *closure)
 
static PyObject * Player_GetBedX (Crossfire_Player *whoptr, void *closure)
 
static PyObject * Player_GetBedY (Crossfire_Player *whoptr, void *closure)
 
static PyObject * Player_GetIntProperty (Crossfire_Player *whoptr, void *closure)
 
static PyObject * Player_GetIP (Crossfire_Player *whoptr, void *closure)
 
static PyObject * Player_GetMarkedItem (Crossfire_Player *whoptr, void *closure)
 
static PyObject * Player_GetObjectProperty (Crossfire_Player *whoptr, void *closure)
 
static PyObject * Player_GetParty (Crossfire_Player *whoptr, void *closure)
 
static PyObject * Player_GetTitle (Crossfire_Object *whoptr, void *closure)
 
static PyObject * Player_GiveKnowledge (Crossfire_Player *who, PyObject *args)
 
static PyObject * Player_KnowledgeKnown (Crossfire_Player *who, PyObject *args)
 
static PyObject * Player_QuestGetState (Crossfire_Player *whoptr, PyObject *args)
 
static PyObject * Player_QuestSetState (Crossfire_Player *whoptr, PyObject *args)
 
static PyObject * Player_QuestStart (Crossfire_Player *whoptr, PyObject *args)
 
static PyObject * Player_QuestWasCompleted (Crossfire_Player *whoptr, PyObject *args)
 
static int Player_SetBedMap (Crossfire_Player *whoptr, PyObject *value, void *closure)
 
static int Player_SetBedX (Crossfire_Player *whoptr, PyObject *value, void *closure)
 
static int Player_SetBedY (Crossfire_Player *whoptr, PyObject *value, void *closure)
 
static int Player_SetMarkedItem (Crossfire_Player *whoptr, PyObject *value, void *closure)
 
static int Player_SetParty (Crossfire_Player *whoptr, PyObject *value, void *closure)
 
static int Player_SetTitle (Crossfire_Object *whoptr, PyObject *value, void *closure)
 

Variables

static std::map< object *, PyObject * > object_assoc_table
 
static PyGetSetDef Object_getseters []
 
static PyMethodDef ObjectMethods []
 
static PyGetSetDef Player_getseters []
 
static PyMethodDef PlayerMethods []
 

Macro Definition Documentation

◆ EXISTCHECK

#define EXISTCHECK (   ob)
Value:
{ \
if (!ob || !ob->obj || (object_was_destroyed(ob->obj, ob->obj->count))) { \
PyErr_SetString(PyExc_ReferenceError, "Crossfire object no longer exists"); \
return NULL; \
} }

Definition at line 33 of file cfpython_object.cpp.

◆ EXISTCHECK_INT

#define EXISTCHECK_INT (   ob)
Value:
{ \
if (!ob || !ob->obj || (object_was_destroyed(ob->obj, ob->obj->count))) { \
PyErr_SetString(PyExc_ReferenceError, "Crossfire object no longer exists"); \
return -1; \
} }

Definition at line 50 of file cfpython_object.cpp.

◆ TYPEEXISTCHECK

#define TYPEEXISTCHECK (   ob)
Value:
{ \
if (!ob || !PyObject_TypeCheck((PyObject*)ob, &Crossfire_ObjectType) || !ob->obj || (object_was_destroyed(ob->obj, ob->obj->count))) { \
PyErr_SetString(PyExc_ReferenceError, "Not a Crossfire object or Crossfire object no longer exists"); \
return NULL; \
} }

This is meant to be used for parameters where you don't know if the type of the object is correct.

It should NOT be used for the self pointer, since that will always be a compatible type.

Definition at line 44 of file cfpython_object.cpp.

Function Documentation

◆ add_object_assoc()

static void add_object_assoc ( object key,
PyObject *  value 
)
static

Definition at line 59 of file cfpython_object.cpp.

References object_assoc_table.

Referenced by Crossfire_Object_wrap().

+ Here is the caller graph for this function:

◆ CF_PYTHON_NUMBER_METHODS()

CF_PYTHON_NUMBER_METHODS ( Object  ,
Crossfire_Object_Long   
)

◆ CF_PYTHON_OBJECT() [1/2]

CF_PYTHON_OBJECT ( Object  ,
Crossfire_Object_dealloc  ,
ObjectConvert,
PyObject_HashNotImplemented  ,
Py_TPFLAGS_DEFAULT|  Py_TPFLAGS_BASETYPE,
"Crossfire objects ,
(richcmpfunc)  Crossfire_Object_RichCompare,
ObjectMethods  ,
Object_getseters  ,
NULL  ,
Crossfire_Object_new   
)

◆ CF_PYTHON_OBJECT() [2/2]

CF_PYTHON_OBJECT ( Player  ,
Crossfire_Player_dealloc  ,
NULL  ,
NULL  ,
Py_TPFLAGS_DEFAULT  ,
"Crossfire player ,
NULL  ,
PlayerMethods  ,
Player_getseters  ,
Crossfire_ObjectType,
Crossfire_Player_new   
)

◆ Crossfire_Object_ActivateRune()

static PyObject* Crossfire_Object_ActivateRune ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 860 of file cfpython_object.cpp.

References cf_spring_trap(), EXISTCHECK, Crossfire_Object::obj, and TYPEEXISTCHECK.

+ Here is the call graph for this function:

◆ Crossfire_Object_AddExp()

static PyObject* Crossfire_Object_AddExp ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1189 of file cfpython_object.cpp.

References cf_object_change_exp(), EXISTCHECK, Crossfire_Object::obj, and skill.

+ Here is the call graph for this function:

◆ Crossfire_Object_Apply()

static PyObject* Crossfire_Object_Apply ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 757 of file cfpython_object.cpp.

References cf_object_apply(), Crossfire_ObjectType, EXISTCHECK, flags, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_Arrest()

static PyObject* Crossfire_Object_Arrest ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1256 of file cfpython_object.cpp.

References cf_player_arrest(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_Cast()

static PyObject* Crossfire_Object_Cast ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 967 of file cfpython_object.cpp.

References cf_object_cast_spell(), Crossfire_ObjectType, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_CastAbility()

static PyObject* Crossfire_Object_CastAbility ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1021 of file cfpython_object.cpp.

References cf_log_plain(), cf_object_cast_spell(), Crossfire_ObjectType, EXISTCHECK, llevError, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_ChangeAbil()

static PyObject* Crossfire_Object_ChangeAbil ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1179 of file cfpython_object.cpp.

References cf_object_change_abil(), EXISTCHECK, Crossfire_Object::obj, and TYPEEXISTCHECK.

+ Here is the call graph for this function:

◆ Crossfire_Object_CheckArchInventory()

static PyObject* Crossfire_Object_CheckArchInventory ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1123 of file cfpython_object.cpp.

References cf_object_find_by_arch_name(), Crossfire_Object_wrap(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_CheckInventory()

static PyObject* Crossfire_Object_CheckInventory ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1100 of file cfpython_object.cpp.

References cf_object_present_archname_inside(), Crossfire_Object_wrap(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_CheckTrigger()

static PyObject* Crossfire_Object_CheckTrigger ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 875 of file cfpython_object.cpp.

References cf_object_check_trigger(), EXISTCHECK, Crossfire_Object::obj, and TYPEEXISTCHECK.

+ Here is the call graph for this function:

◆ Crossfire_Object_Clone()

static PyObject* Crossfire_Object_Clone ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 781 of file cfpython_object.cpp.

References cf_object_clone(), Crossfire_Object_wrap(), and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_CreateInside()

static PyObject* Crossfire_Object_CreateInside ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1145 of file cfpython_object.cpp.

References cf_create_object_by_name(), cf_object_insert_object(), Crossfire_Object_wrap(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_CreateTimer()

static PyObject* Crossfire_Object_CreateTimer ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1089 of file cfpython_object.cpp.

References cf_timer_create(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_dealloc()

static void Crossfire_Object_dealloc ( PyObject *  obj)
static

Definition at line 1507 of file cfpython_object.cpp.

References free_object_assoc().

+ Here is the call graph for this function:

◆ Crossfire_Object_Drop()

static PyObject* Crossfire_Object_Drop ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 769 of file cfpython_object.cpp.

References cf_object_drop(), EXISTCHECK, Crossfire_Object::obj, and TYPEEXISTCHECK.

+ Here is the call graph for this function:

◆ Crossfire_Object_Event()

static PyObject* Crossfire_Object_Event ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1226 of file cfpython_object.cpp.

References cf_object_user_event(), Crossfire_ObjectType, EXISTCHECK, message, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_Fix()

static PyObject* Crossfire_Object_Fix ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 826 of file cfpython_object.cpp.

References cf_fix_object(), and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_ForgetSpell()

static PyObject* Crossfire_Object_ForgetSpell ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 996 of file cfpython_object.cpp.

References cf_object_forget_spell(), EXISTCHECK, Crossfire_Object::obj, and TYPEEXISTCHECK.

+ Here is the call graph for this function:

◆ Crossfire_Object_GetOutOfMap()

static PyObject* Crossfire_Object_GetOutOfMap ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1135 of file cfpython_object.cpp.

References cf_object_out_of_map(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_GetResist()

static PyObject* Crossfire_Object_GetResist ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 943 of file cfpython_object.cpp.

References cf_object_get_resistance(), EXISTCHECK, NROFATTACKS, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_InsertInto()

static PyObject* Crossfire_Object_InsertInto ( Crossfire_Object who,
PyObject *  args 
)
static

◆ Crossfire_Object_InternalCompare()

static int Crossfire_Object_InternalCompare ( Crossfire_Object left,
Crossfire_Object right 
)
static

Definition at line 1262 of file cfpython_object.cpp.

References EXISTCHECK_INT, and Crossfire_Object::obj.

Referenced by Crossfire_Object_RichCompare().

+ Here is the caller graph for this function:

◆ Crossfire_Object_KnowSpell()

static PyObject* Crossfire_Object_KnowSpell ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1008 of file cfpython_object.cpp.

References cf_object_check_for_spell(), Crossfire_Object_wrap(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_LearnSpell()

static PyObject* Crossfire_Object_LearnSpell ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 983 of file cfpython_object.cpp.

References cf_object_learn_spell(), EXISTCHECK, Crossfire_Object::obj, and TYPEEXISTCHECK.

+ Here is the call graph for this function:

◆ Crossfire_Object_Long()

static PyObject* Crossfire_Object_Long ( PyObject *  obj)
static

Definition at line 1306 of file cfpython_object.cpp.

◆ Crossfire_Object_Move()

static PyObject* Crossfire_Object_Move ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1208 of file cfpython_object.cpp.

References cf_object_move(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_MoveTo()

static PyObject* Crossfire_Object_MoveTo ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1217 of file cfpython_object.cpp.

References cf_object_move_to(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_new()

static PyObject* Crossfire_Object_new ( PyTypeObject *  type,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 1493 of file cfpython_object.cpp.

References is_valid_types_gen::type.

◆ Crossfire_Object_Pay()

static PyObject* Crossfire_Object_Pay ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1051 of file cfpython_object.cpp.

References cf_object_pay_item(), EXISTCHECK, Crossfire_Object::obj, and TYPEEXISTCHECK.

+ Here is the call graph for this function:

◆ Crossfire_Object_PayAmount()

static PyObject* Crossfire_Object_PayAmount ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1038 of file cfpython_object.cpp.

References cf_object_pay_amount(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_PermExp()

static PyObject* Crossfire_Object_PermExp ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1202 of file cfpython_object.cpp.

References cf_object_perm_exp(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_QueryName()

static PyObject* Crossfire_Object_QueryName ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 935 of file cfpython_object.cpp.

References cf_query_name(), EXISTCHECK, name, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_ReadKey()

static PyObject* Crossfire_Object_ReadKey ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1064 of file cfpython_object.cpp.

References cf_object_get_key(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_Remove()

static PyObject* Crossfire_Object_Remove ( Crossfire_Object who,
PyObject *  args 
)
static

◆ Crossfire_Object_RemoveDepletion()

static PyObject* Crossfire_Object_RemoveDepletion ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1246 of file cfpython_object.cpp.

References cf_object_remove_depletion(), EXISTCHECK, level, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_Reposition()

static PyObject* Crossfire_Object_Reposition ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 923 of file cfpython_object.cpp.

References cf_object_transfer(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_RichCompare()

static PyObject* Crossfire_Object_RichCompare ( Crossfire_Object left,
Crossfire_Object right,
int  op 
)
static

Definition at line 1268 of file cfpython_object.cpp.

References Crossfire_Object_InternalCompare(), and Crossfire_ObjectType.

+ Here is the call graph for this function:

◆ Crossfire_Object_Say()

static PyObject* Crossfire_Object_Say ( Crossfire_Object who,
PyObject *  args 
)
static
Todo:
fix by wrapping monster_format_say() (or the whole talk structure methods)

Definition at line 891 of file cfpython_object.cpp.

References buf, cf_add_string(), cf_log(), cf_object_say(), current_context, EXISTCHECK, llevError, MAX_NPC, message, object::name, talk_info::npc_msg_count, talk_info::npc_msgs, Crossfire_Object::obj, and CFPContext::talk.

+ Here is the call graph for this function:

◆ Crossfire_Object_SetResist()

static PyObject* Crossfire_Object_SetResist ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 955 of file cfpython_object.cpp.

References cf_object_set_resistance(), EXISTCHECK, NROFATTACKS, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_Split()

static PyObject* Crossfire_Object_Split ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 805 of file cfpython_object.cpp.

References cf_object_split(), Crossfire_Object_wrap(), Crossfire_Object::obj, and split().

+ Here is the call graph for this function:

◆ Crossfire_Object_Take()

static PyObject* Crossfire_Object_Take ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 833 of file cfpython_object.cpp.

References cf_object_pickup(), EXISTCHECK, Crossfire_Object::obj, and TYPEEXISTCHECK.

+ Here is the call graph for this function:

◆ Crossfire_Object_Teleport()

static PyObject* Crossfire_Object_Teleport ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 846 of file cfpython_object.cpp.

References cf_object_teleport(), Crossfire_MapType, EXISTCHECK, Crossfire_Map::map, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Object_wrap()

◆ Crossfire_Object_WriteKey()

static PyObject* Crossfire_Object_WriteKey ( Crossfire_Object who,
PyObject *  args 
)
static

Definition at line 1077 of file cfpython_object.cpp.

References cf_object_set_key(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Crossfire_Player_CanPay()

static PyObject* Crossfire_Player_CanPay ( Crossfire_Player who,
PyObject *  args 
)
static

Definition at line 178 of file cfpython_object.cpp.

References cf_player_can_pay(), EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Crossfire_Player_dealloc()

static void Crossfire_Player_dealloc ( PyObject *  obj)
static

Definition at line 1533 of file cfpython_object.cpp.

References free_object_assoc().

+ Here is the call graph for this function:

◆ Crossfire_Player_Message()

static PyObject* Crossfire_Player_Message ( Crossfire_Player who,
PyObject *  args 
)
static

Definition at line 125 of file cfpython_object.cpp.

References cf_player_message(), EXISTCHECK, message, NDI_ORANGE, NDI_UNIQUE, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Crossfire_Player_new()

static PyObject* Crossfire_Player_new ( PyTypeObject *  type,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 1519 of file cfpython_object.cpp.

References is_valid_types_gen::type.

◆ find_assoc_pyobject()

static PyObject* find_assoc_pyobject ( object key)
static

Definition at line 63 of file cfpython_object.cpp.

References object_assoc_table.

Referenced by Crossfire_Object_wrap().

+ Here is the caller graph for this function:

◆ free_object_assoc()

static void free_object_assoc ( object key)
static

Definition at line 68 of file cfpython_object.cpp.

References object_assoc_table.

Referenced by Crossfire_Object_dealloc(), and Crossfire_Player_dealloc().

+ Here is the caller graph for this function:

◆ Object_GetArchetype()

static PyObject* Object_GetArchetype ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 396 of file cfpython_object.cpp.

References cf_object_get_archetype_property(), CFAPI_OBJECT_PROP_ARCHETYPE, Crossfire_Archetype_wrap(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetExists()

static PyObject* Object_GetExists ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 408 of file cfpython_object.cpp.

References object::count, Crossfire_Object::obj, and object_was_destroyed.

◆ Object_GetExp()

static PyObject* Object_GetExp ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 360 of file cfpython_object.cpp.

References cf_object_get_int64_property(), CFAPI_OBJECT_PROP_EXP, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetExpMul()

static PyObject* Object_GetExpMul ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 372 of file cfpython_object.cpp.

References cf_object_get_double_property(), CFAPI_OBJECT_PROP_EXP_MULTIPLIER, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetFlagProperty()

static PyObject* Object_GetFlagProperty ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 322 of file cfpython_object.cpp.

References cf_object_get_flag(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetFloatProperty()

static PyObject* Object_GetFloatProperty ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 316 of file cfpython_object.cpp.

References cf_object_get_float_property(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetIntProperty()

static PyObject* Object_GetIntProperty ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 310 of file cfpython_object.cpp.

References cf_object_get_int_property(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetMap()

static PyObject* Object_GetMap ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 351 of file cfpython_object.cpp.

References cf_object_get_map_property(), CFAPI_OBJECT_PROP_MAP, Crossfire_Map_wrap(), EXISTCHECK, m, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetMaterial()

static PyObject* Object_GetMaterial ( Crossfire_Object whoptr,
void *  closure 
)
static

◆ Object_GetMoney()

static PyObject* Object_GetMoney ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 384 of file cfpython_object.cpp.

References cf_object_query_money(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetMoveAllow()

static PyObject* Object_GetMoveAllow ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 431 of file cfpython_object.cpp.

References cf_object_get_movetype_property(), CFAPI_OBJECT_PROP_MOVE_ALLOW, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetMoveBlock()

static PyObject* Object_GetMoveBlock ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 425 of file cfpython_object.cpp.

References cf_object_get_movetype_property(), CFAPI_OBJECT_PROP_MOVE_BLOCK, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetMoveOff()

static PyObject* Object_GetMoveOff ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 443 of file cfpython_object.cpp.

References cf_object_get_movetype_property(), CFAPI_OBJECT_PROP_MOVE_OFF, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetMoveOn()

static PyObject* Object_GetMoveOn ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 437 of file cfpython_object.cpp.

References cf_object_get_movetype_property(), CFAPI_OBJECT_PROP_MOVE_ON, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetMoveSlow()

static PyObject* Object_GetMoveSlow ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 449 of file cfpython_object.cpp.

References cf_object_get_movetype_property(), CFAPI_OBJECT_PROP_MOVE_SLOW, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetMoveType()

static PyObject* Object_GetMoveType ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 419 of file cfpython_object.cpp.

References cf_object_get_movetype_property(), CFAPI_OBJECT_PROP_MOVE_TYPE, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetName()

static PyObject* Object_GetName ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 337 of file cfpython_object.cpp.

References cf_query_name(), EXISTCHECK, name, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetNamePl()

static PyObject* Object_GetNamePl ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 345 of file cfpython_object.cpp.

References cf_query_name_pl(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetObjectProperty()

static PyObject* Object_GetObjectProperty ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 328 of file cfpython_object.cpp.

References cf_object_get_object_property(), Crossfire_Object_wrap(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetOtherArchetype()

static PyObject* Object_GetOtherArchetype ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 402 of file cfpython_object.cpp.

References cf_object_get_archetype_property(), CFAPI_OBJECT_PROP_OTHER_ARCH, Crossfire_Archetype_wrap(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetPickable()

static PyObject* Object_GetPickable ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 378 of file cfpython_object.cpp.

References cf_object_get_flag(), EXISTCHECK, FLAG_NO_PICK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetSStringProperty()

static PyObject* Object_GetSStringProperty ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 304 of file cfpython_object.cpp.

References cf_object_get_sstring_property(), EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetTotalExp()

static PyObject* Object_GetTotalExp ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 366 of file cfpython_object.cpp.

References cf_object_get_int64_property(), CFAPI_OBJECT_PROP_TOTAL_EXP, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_GetValue()

static PyObject* Object_GetValue ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 390 of file cfpython_object.cpp.

References cf_object_get_long_property(), CFAPI_OBJECT_PROP_VALUE, EXISTCHECK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetAnim()

static int Object_SetAnim ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 611 of file cfpython_object.cpp.

References cf_object_set_animation(), EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetEnemy()

static int Object_SetEnemy ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 650 of file cfpython_object.cpp.

References cf_object_set_object_property(), CFAPI_OBJECT_PROP_ENEMY, Crossfire_ObjectType, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetExp()

static int Object_SetExp ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 661 of file cfpython_object.cpp.

References cf_object_set_int64_property(), CFAPI_OBJECT_PROP_EXP, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetFace()

static int Object_SetFace ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 596 of file cfpython_object.cpp.

References cf_object_set_face(), EXISTCHECK_INT, face(), and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetFlagProperty()

static int Object_SetFlagProperty ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 503 of file cfpython_object.cpp.

References cf_object_set_flag(), EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetFloatProperty()

static int Object_SetFloatProperty ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 492 of file cfpython_object.cpp.

References cf_object_set_float_property(), EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetIntProperty()

static int Object_SetIntProperty ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 481 of file cfpython_object.cpp.

References cf_object_set_int_property(), EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetMap()

static int Object_SetMap ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 567 of file cfpython_object.cpp.

References cf_object_change_map(), Crossfire_MapType, EXISTCHECK_INT, Crossfire_Map::map, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetMoveAllow()

static int Object_SetMoveAllow ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 695 of file cfpython_object.cpp.

References cf_object_set_movetype_property(), CFAPI_OBJECT_PROP_MOVE_ALLOW, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetMoveBlock()

static int Object_SetMoveBlock ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 684 of file cfpython_object.cpp.

References cf_object_set_movetype_property(), CFAPI_OBJECT_PROP_MOVE_BLOCK, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetMoveOff()

static int Object_SetMoveOff ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 717 of file cfpython_object.cpp.

References cf_object_set_movetype_property(), CFAPI_OBJECT_PROP_MOVE_OFF, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetMoveOn()

static int Object_SetMoveOn ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 706 of file cfpython_object.cpp.

References cf_object_set_movetype_property(), CFAPI_OBJECT_PROP_MOVE_ON, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetMoveSlow()

static int Object_SetMoveSlow ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 728 of file cfpython_object.cpp.

References cf_object_set_movetype_property(), CFAPI_OBJECT_PROP_MOVE_SLOW, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetMoveType()

static int Object_SetMoveType ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 673 of file cfpython_object.cpp.

References cf_object_set_movetype_property(), CFAPI_OBJECT_PROP_MOVE_TYPE, EXISTCHECK_INT, MOVE_ALL, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetName()

static int Object_SetName ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 514 of file cfpython_object.cpp.

References CF_IS_PYSTR, cf_object_set_string_property(), CFAPI_OBJECT_PROP_NAME, CFAPI_OBJECT_PROP_NAME_PLURAL, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetNamePl()

static int Object_SetNamePl ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 535 of file cfpython_object.cpp.

References CF_IS_PYSTR, cf_object_set_string_property(), CFAPI_OBJECT_PROP_NAME_PLURAL, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetOwner()

static int Object_SetOwner ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 639 of file cfpython_object.cpp.

References cf_object_set_object_property(), CFAPI_OBJECT_PROP_OWNER, Crossfire_ObjectType, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetPickable()

static int Object_SetPickable ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 555 of file cfpython_object.cpp.

References cf_object_set_flag(), EXISTCHECK_INT, FLAG_NO_PICK, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetQuantity()

static int Object_SetQuantity ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 579 of file cfpython_object.cpp.

References cf_object_set_nrof(), EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetStringProperty()

static int Object_SetStringProperty ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Setters.

Definition at line 462 of file cfpython_object.cpp.

References CF_IS_PYSTR, cf_object_set_string_property(), EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Object_SetValue()

static int Object_SetValue ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 627 of file cfpython_object.cpp.

References cf_object_set_long_property(), CFAPI_OBJECT_PROP_VALUE, EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Player_GetBedMap()

static PyObject* Player_GetBedMap ( Crossfire_Player whoptr,
void *  closure 
)
static

Definition at line 184 of file cfpython_object.cpp.

References cf_object_get_string_property(), CFAPI_PLAYER_PROP_BED_MAP, EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_GetBedX()

static PyObject* Player_GetBedX ( Crossfire_Player whoptr,
void *  closure 
)
static

Definition at line 203 of file cfpython_object.cpp.

References cf_object_get_int_property(), CFAPI_PLAYER_PROP_BED_X, EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_GetBedY()

static PyObject* Player_GetBedY ( Crossfire_Player whoptr,
void *  closure 
)
static

Definition at line 220 of file cfpython_object.cpp.

References cf_object_get_int_property(), CFAPI_PLAYER_PROP_BED_Y, EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_GetIntProperty()

static PyObject* Player_GetIntProperty ( Crossfire_Player whoptr,
void *  closure 
)
static

Definition at line 1545 of file cfpython_object.cpp.

References cf_object_get_int_property(), EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_GetIP()

static PyObject* Player_GetIP ( Crossfire_Player whoptr,
void *  closure 
)
static

Definition at line 99 of file cfpython_object.cpp.

References cf_player_get_ip(), EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_GetMarkedItem()

static PyObject* Player_GetMarkedItem ( Crossfire_Player whoptr,
void *  closure 
)
static

Definition at line 105 of file cfpython_object.cpp.

References cf_player_get_marked_item(), Crossfire_Object_wrap(), EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_GetObjectProperty()

static PyObject* Player_GetObjectProperty ( Crossfire_Player whoptr,
void *  closure 
)
static

Definition at line 1551 of file cfpython_object.cpp.

References cf_object_get_object_property(), Crossfire_Object_wrap(), EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_GetParty()

static PyObject* Player_GetParty ( Crossfire_Player whoptr,
void *  closure 
)
static

Definition at line 161 of file cfpython_object.cpp.

References cf_player_get_party(), Crossfire_Party_wrap(), EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_GetTitle()

static PyObject* Player_GetTitle ( Crossfire_Object whoptr,
void *  closure 
)
static

Definition at line 72 of file cfpython_object.cpp.

References cf_player_get_title(), EXISTCHECK, MAX_NAME, and Crossfire_Object::obj.

+ Here is the call graph for this function:

◆ Player_GiveKnowledge()

static PyObject* Player_GiveKnowledge ( Crossfire_Player who,
PyObject *  args 
)
static

Definition at line 148 of file cfpython_object.cpp.

References cf_player_knowledge_give(), EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_KnowledgeKnown()

static PyObject* Player_KnowledgeKnown ( Crossfire_Player who,
PyObject *  args 
)
static

Definition at line 138 of file cfpython_object.cpp.

References cf_player_knowledge_has(), EXISTCHECK, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_QuestGetState()

static PyObject* Player_QuestGetState ( Crossfire_Player whoptr,
PyObject *  args 
)
static

Definition at line 254 of file cfpython_object.cpp.

References cf_add_string(), cf_free_string(), cf_quest_get_player_state(), code, EXISTCHECK, Crossfire_Player::obj, and sstring.

+ Here is the call graph for this function:

◆ Player_QuestSetState()

static PyObject* Player_QuestSetState ( Crossfire_Player whoptr,
PyObject *  args 
)
static

Definition at line 270 of file cfpython_object.cpp.

References cf_add_string(), cf_free_string(), cf_quest_set_player_state(), code, EXISTCHECK, Crossfire_Player::obj, and sstring.

+ Here is the call graph for this function:

◆ Player_QuestStart()

static PyObject* Player_QuestStart ( Crossfire_Player whoptr,
PyObject *  args 
)
static

Definition at line 237 of file cfpython_object.cpp.

References cf_add_string(), cf_free_string(), cf_quest_start(), code, EXISTCHECK, Crossfire_Player::obj, and sstring.

+ Here is the call graph for this function:

◆ Player_QuestWasCompleted()

static PyObject* Player_QuestWasCompleted ( Crossfire_Player whoptr,
PyObject *  args 
)
static

Definition at line 287 of file cfpython_object.cpp.

References cf_add_string(), cf_free_string(), cf_quest_was_completed(), code, EXISTCHECK, Crossfire_Player::obj, and sstring.

+ Here is the call graph for this function:

◆ Player_SetBedMap()

static int Player_SetBedMap ( Crossfire_Player whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 192 of file cfpython_object.cpp.

References cf_object_set_string_property(), CFAPI_PLAYER_PROP_BED_MAP, EXISTCHECK_INT, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_SetBedX()

static int Player_SetBedX ( Crossfire_Player whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 209 of file cfpython_object.cpp.

References cf_object_set_int_property(), CFAPI_PLAYER_PROP_BED_X, EXISTCHECK_INT, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_SetBedY()

static int Player_SetBedY ( Crossfire_Player whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 226 of file cfpython_object.cpp.

References cf_object_set_int_property(), CFAPI_PLAYER_PROP_BED_Y, EXISTCHECK_INT, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_SetMarkedItem()

static int Player_SetMarkedItem ( Crossfire_Player whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 111 of file cfpython_object.cpp.

References cf_player_set_marked_item(), Crossfire_ObjectType, EXISTCHECK_INT, Crossfire_Object::obj, and Crossfire_Player::obj.

+ Here is the call graph for this function:

◆ Player_SetParty()

static int Player_SetParty ( Crossfire_Player whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 167 of file cfpython_object.cpp.

References cf_player_set_party(), Crossfire_PartyType, EXISTCHECK_INT, Crossfire_Player::obj, and Crossfire_Party::party.

+ Here is the call graph for this function:

◆ Player_SetTitle()

static int Player_SetTitle ( Crossfire_Object whoptr,
PyObject *  value,
void *  closure 
)
static

Definition at line 79 of file cfpython_object.cpp.

References CF_IS_PYSTR, cf_player_set_title(), EXISTCHECK_INT, and Crossfire_Object::obj.

+ Here is the call graph for this function:

Variable Documentation

◆ object_assoc_table

std::map<object *, PyObject *> object_assoc_table
static

Definition at line 57 of file cfpython_object.cpp.

Referenced by add_object_assoc(), find_assoc_pyobject(), and free_object_assoc().

◆ Object_getseters

PyGetSetDef Object_getseters[]
static

Definition at line 1311 of file cfpython_object.cpp.

◆ ObjectMethods

PyMethodDef ObjectMethods[]
static

Definition at line 1448 of file cfpython_object.cpp.

◆ Player_getseters

PyGetSetDef Player_getseters[]
static
Initial value:
= {
{ "CmdCount", (getter)Player_GetIntProperty,NULL, NULL, (void*)CFAPI_PLAYER_PROP_COUNT},
{ "Title", (getter)Player_GetTitle, (setter)Player_SetTitle, NULL, NULL },
{ "IP", (getter)Player_GetIP, NULL, NULL, NULL },
{ "MarkedItem", (getter)Player_GetMarkedItem, (setter)Player_SetMarkedItem, NULL, NULL },
{ "Party", (getter)Player_GetParty, (setter)Player_SetParty, NULL, NULL },
{ "BedMap", (getter)Player_GetBedMap, (setter)Player_SetBedMap, NULL, NULL },
{ "BedX", (getter)Player_GetBedX, (setter)Player_SetBedX, NULL, NULL },
{ "BedY", (getter)Player_GetBedY, (setter)Player_SetBedY, NULL, NULL },
{ "Transport", (getter)Player_GetObjectProperty,NULL, NULL, (void*)CFAPI_PLAYER_PROP_TRANSPORT},
{ NULL, NULL, NULL, NULL, NULL }
}

Definition at line 1571 of file cfpython_object.cpp.

◆ PlayerMethods

PyMethodDef PlayerMethods[]
static
Initial value:
= {
{ "Message", (PyCFunction)Crossfire_Player_Message, METH_VARARGS, NULL },
{ "Write", (PyCFunction)Crossfire_Player_Message, METH_VARARGS, NULL },
{ "CanPay", (PyCFunction)Crossfire_Player_CanPay, METH_NOARGS, NULL },
{ "QuestStart", (PyCFunction)Player_QuestStart, METH_VARARGS, NULL },
{ "QuestGetState", (PyCFunction)Player_QuestGetState, METH_VARARGS, NULL },
{ "QuestSetState", (PyCFunction)Player_QuestSetState, METH_VARARGS, NULL },
{ "QuestWasCompleted", (PyCFunction)Player_QuestWasCompleted, METH_VARARGS, NULL },
{ "KnowledgeKnown", (PyCFunction)Player_KnowledgeKnown, METH_VARARGS, NULL },
{ "GiveKnowledge", (PyCFunction)Player_GiveKnowledge, METH_VARARGS, NULL },
{ NULL, NULL, 0, NULL }
}

Definition at line 1584 of file cfpython_object.cpp.

object_was_destroyed
#define object_was_destroyed(op, old_tag)
Checks if an object still exists.
Definition: object.h:70
Player_GetObjectProperty
static PyObject * Player_GetObjectProperty(Crossfire_Player *whoptr, void *closure)
Definition: cfpython_object.cpp:1551
Player_SetParty
static int Player_SetParty(Crossfire_Player *whoptr, PyObject *value, void *closure)
Definition: cfpython_object.cpp:167
Player_GetIP
static PyObject * Player_GetIP(Crossfire_Player *whoptr, void *closure)
Definition: cfpython_object.cpp:99
CFAPI_PLAYER_PROP_COUNT
#define CFAPI_PLAYER_PROP_COUNT
Definition: plugin.h:239
Player_KnowledgeKnown
static PyObject * Player_KnowledgeKnown(Crossfire_Player *who, PyObject *args)
Definition: cfpython_object.cpp:138
Crossfire_Player_CanPay
static PyObject * Crossfire_Player_CanPay(Crossfire_Player *who, PyObject *args)
Definition: cfpython_object.cpp:178
Player_GetParty
static PyObject * Player_GetParty(Crossfire_Player *whoptr, void *closure)
Definition: cfpython_object.cpp:161
Player_GetIntProperty
static PyObject * Player_GetIntProperty(Crossfire_Player *whoptr, void *closure)
Definition: cfpython_object.cpp:1545
Player_SetTitle
static int Player_SetTitle(Crossfire_Object *whoptr, PyObject *value, void *closure)
Definition: cfpython_object.cpp:79
Player_SetMarkedItem
static int Player_SetMarkedItem(Crossfire_Player *whoptr, PyObject *value, void *closure)
Definition: cfpython_object.cpp:111
Player_QuestSetState
static PyObject * Player_QuestSetState(Crossfire_Player *whoptr, PyObject *args)
Definition: cfpython_object.cpp:270
Player_QuestWasCompleted
static PyObject * Player_QuestWasCompleted(Crossfire_Player *whoptr, PyObject *args)
Definition: cfpython_object.cpp:287
Player_SetBedY
static int Player_SetBedY(Crossfire_Player *whoptr, PyObject *value, void *closure)
Definition: cfpython_object.cpp:226
Player_SetBedX
static int Player_SetBedX(Crossfire_Player *whoptr, PyObject *value, void *closure)
Definition: cfpython_object.cpp:209
Player_GetBedX
static PyObject * Player_GetBedX(Crossfire_Player *whoptr, void *closure)
Definition: cfpython_object.cpp:203
Player_GetTitle
static PyObject * Player_GetTitle(Crossfire_Object *whoptr, void *closure)
Definition: cfpython_object.cpp:72
CFAPI_PLAYER_PROP_TRANSPORT
#define CFAPI_PLAYER_PROP_TRANSPORT
Definition: plugin.h:238
Player_GetMarkedItem
static PyObject * Player_GetMarkedItem(Crossfire_Player *whoptr, void *closure)
Definition: cfpython_object.cpp:105
Player_GetBedMap
static PyObject * Player_GetBedMap(Crossfire_Player *whoptr, void *closure)
Definition: cfpython_object.cpp:184
Player_QuestStart
static PyObject * Player_QuestStart(Crossfire_Player *whoptr, PyObject *args)
Definition: cfpython_object.cpp:237
Player_GetBedY
static PyObject * Player_GetBedY(Crossfire_Player *whoptr, void *closure)
Definition: cfpython_object.cpp:220
Player_SetBedMap
static int Player_SetBedMap(Crossfire_Player *whoptr, PyObject *value, void *closure)
Definition: cfpython_object.cpp:192
Player_QuestGetState
static PyObject * Player_QuestGetState(Crossfire_Player *whoptr, PyObject *args)
Definition: cfpython_object.cpp:254
Player_GiveKnowledge
static PyObject * Player_GiveKnowledge(Crossfire_Player *who, PyObject *args)
Definition: cfpython_object.cpp:148
Crossfire_ObjectType
PyTypeObject Crossfire_ObjectType
Crossfire_Player_Message
static PyObject * Crossfire_Player_Message(Crossfire_Player *who, PyObject *args)
Definition: cfpython_object.cpp:125