 |
Crossfire Server, Trunk
1.75.0
|
int postInitPlugin(void)
The server calls this function to actually initialize the plugin here, after object handlers are regi...
PyObject * Crossfire_Archetype_wrap(archetype *what)
int cfpython_globalEventListener(int *type,...)
PyObject * Crossfire_Party_wrap(partylist *what)
PyObject * Crossfire_Map_wrap(mapstruct *what)
int initPlugin(const char *iversion, f_plug_api gethooksptr)
The server calls this function after loading the plugin.
void(* f_plug_api)(int *type,...)
General API function.
PyObject * Crossfire_Object_wrap(object *what)
Python initialized.
The archetype structure is a set of rules on how to generate and manipulate objects which point to ar...
void * getPluginProperty(int *type,...)
The server calls this function to get information about the plugin, notably the name and version.
int eventListener(int *type,...)
Handles an object-related event.
int closePlugin(void)
called before the plugin gets unloaded from memory.
void Handle_Map_Unload_Hook(Crossfire_Map *map)
PyObject * Crossfire_Region_wrap(region *what)
void cfpython_runPluginCommand(object *op, const char *params)