 |
Crossfire Server, Trunk
1.75.0
|
int closePlugin(void)
Close the plugin.
int cflogger_globalEventListener(int *type,...)
Handles a global event.
int cflogger_runPluginCommand(object *op, char *params)
Runs a plugin command.
void * getPluginProperty(int *type,...)
Gets a plugin property.
void(* f_plug_api)(int *type,...)
General API function.
int eventListener(int *type,...)
Handles an object-related event.
int initPlugin(const char *iversion, f_plug_api gethooksptr)
Plugin initialisation function.
int postInitPlugin(void)
Plugin was initialized, now to finish.