int cflogger_runPluginCommand(object *op, char *params)
Runs a plugin command.
int initPlugin(const char *iversion, f_plug_api gethooksptr)
The server calls this function after loading the plugin.
int postInitPlugin(void)
The server calls this function to actually initialize the plugin here, after object handlers are regi...
int eventListener(int *type,...)
Handles an object-related event.
int closePlugin(void)
called before the plugin gets unloaded from memory.
void * getPluginProperty(int *type,...)
The server calls this function to get information about the plugin, notably the name and version...
int cflogger_globalEventListener(int *type,...)
Handles a global event.
void(* f_plug_api)(int *type,...)
General API function.