 |
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...
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.
int cfnewspaper_globalEventListener(int *type,...)
int cfnewspaper_runPluginCommand(object *op, char *params)
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.