 |
Crossfire Server, Trunk
1.75.0
|
CF_PLUGIN void * getPluginProperty(int *type,...)
Gets a plugin property.
void(* f_plug_api)(int *type,...)
General API function.
anim_move_result
Result of one animation move.
CF_PLUGIN int initPlugin(const char *iversion, f_plug_api gethooksptr)
Plugin initialisation function.
CF_PLUGIN int closePlugin(void)
Close the plugin.
CF_PLUGIN anim_move_result cfanim_runPluginCommand(object *op, char *params)
CF_PLUGIN int eventListener(int *type,...)
Handles an object-related event.
CF_PLUGIN int postInitPlugin(void)
Plugin was initialized, now to finish.
CF_PLUGIN int cfanim_globalEventListener(int *type,...)