Crossfire Server, Trunk
|
Go to the source code of this file.
Functions | |
CF_PLUGIN int | cfanim_globalEventListener (int *type,...) |
CF_PLUGIN anim_move_result | cfanim_runPluginCommand (object *op, char *params) |
CF_PLUGIN int | closePlugin (void) |
CF_PLUGIN int | eventListener (int *type,...) |
CF_PLUGIN void * | getPluginProperty (int *type,...) |
CF_PLUGIN int | initPlugin (const char *iversion, f_plug_api gethooksptr) |
CF_PLUGIN int | postInitPlugin (void) |
CF_PLUGIN int cfanim_globalEventListener | ( | int * | type, |
... | |||
) |
Definition at line 1260 of file cfanim.cpp.
References animate(), make_face_from_files::args, EVENT_CLOCK, and is_valid_types_gen::type.
Referenced by postInitPlugin().
CF_PLUGIN anim_move_result cfanim_runPluginCommand | ( | object * | op, |
char * | params | ||
) |
Definition at line 1245 of file cfanim.cpp.
References mr_finished, give::op, roll-o-matic::params, and nlohmann::detail::void().
CF_PLUGIN int closePlugin | ( | void | ) |
CF_PLUGIN int eventListener | ( | int * | type, |
... | |||
) |
Handles an object-related event. Doesn't do anything.
type | ignored. |
Definition at line 1277 of file cfanim.cpp.
CF_PLUGIN void* getPluginProperty | ( | int * | type, |
... | |||
) |
Gets a plugin property.
type | ignored. |
Check if plugin handles custom command
Definition at line 1218 of file cfanim.cpp.
CF_PLUGIN int initPlugin | ( | const char * | iversion, |
f_plug_api | gethooksptr | ||
) |
Plugin initialisation function.
iversion | server version. |
gethooksptr | function to get the hooks. |
Main plugin entry point.
iversion | server version. |
gethooksptr | function to get hooks from. |
Definition at line 1208 of file cfanim.cpp.
CF_PLUGIN int postInitPlugin | ( | void | ) |
Plugin was initialized, now to finish.
Registers events, initializes the database.
Definition at line 1252 of file cfanim.cpp.