Crossfire Server, Branches 1.12  R18729
cfpython_proto.h
Go to the documentation of this file.
1 /* cfpython.c */
2 CF_PLUGIN int initPlugin(const char *iversion, f_plug_api gethooksptr);
3 CF_PLUGIN void *getPluginProperty(int *type, ...);
4 CF_PLUGIN int cfpython_runPluginCommand(object *op, char *params);
5 CF_PLUGIN int postInitPlugin(void);
6 CF_PLUGIN void *cfpython_globalEventListener(int *type, ...);
7 CF_PLUGIN void *eventListener(int *type, ...);
8 CF_PLUGIN int closePlugin(void);
9 /* cfpython_archetype.c */
10 PyObject *Crossfire_Archetype_wrap(archetype *what);
11 /* cfpython_object.c */
12 void init_object_assoc_table(void);
13 PyObject *Crossfire_Object_wrap(object *what);
14 /* cfpython_party.c */
15 PyObject *Crossfire_Party_wrap(partylist *what);
16 /* cfpython_region.c */
17 PyObject *Crossfire_Region_wrap(region *what);
18 /* cfpython_map.c */
19 void init_map_assoc_table(void);
21 PyObject *Crossfire_Map_wrap(mapstruct *what);
CF_PLUGIN void * eventListener(int *type,...)
Definition: cfanim.c:1129
void *(* f_plug_api)(int *type,...)
Definition: plugin.h:121
Definition: object.h:321
CF_PLUGIN int postInitPlugin(void)
Definition: cfanim.c:1106
CF_PLUGIN int initPlugin(const char *iversion, f_plug_api gethooksptr)
Definition: cfanim.c:1068
void init_map_assoc_table(void)
Definition: cfpython_map.c:38
Definition: map.h:297
PyObject * Crossfire_Map_wrap(mapstruct *what)
Definition: cfpython_map.c:336
CF_PLUGIN int closePlugin(void)
Definition: cfanim.c:1167
CF_PLUGIN int cfpython_runPluginCommand(object *op, char *params)
Definition: cfpython.c:1269
void Handle_Map_Unload_Hook(Crossfire_Map *map)
Definition: cfpython_map.c:331
PyObject * Crossfire_Region_wrap(region *what)
#define CF_PLUGIN
Definition: plugin_common.h:35
PyObject * Crossfire_Party_wrap(partylist *what)
void init_object_assoc_table(void)
CF_PLUGIN void * getPluginProperty(int *type,...)
Definition: cfanim.c:1076
CF_PLUGIN void * cfpython_globalEventListener(int *type,...)
Definition: cfpython.c:1342
Definition: map.h:346
PyObject * Crossfire_Archetype_wrap(archetype *what)
PyObject * Crossfire_Object_wrap(object *what)