 |
Crossfire Server, Trunk
1.75.0
|
CF_PLUGIN int postInitPlugin(void)
The server calls this function to actually initialize the plugin here, after object handlers are regi...
CF_PLUGIN 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.
anim_move_result
Result of one animation move.
CF_PLUGIN void * getPluginProperty(int *type,...)
The server calls this function to get information about the plugin, notably the name and version.
CF_PLUGIN int eventListener(int *type,...)
Handles an object-related event.
CF_PLUGIN anim_move_result cfanim_runPluginCommand(object *op, char *params)
CF_PLUGIN int closePlugin(void)
called before the plugin gets unloaded from memory.
CF_PLUGIN int cfanim_globalEventListener(int *type,...)