![]() |
Crossfire Server, Trunk
1.75.0
|
This graph shows which files directly or indirectly include this file: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) |
| called before the plugin gets unloaded from memory. More... | |
| CF_PLUGIN int | eventListener (int *type,...) |
| Handles an object-related event. More... | |
| CF_PLUGIN void * | getPluginProperty (int *type,...) |
| The server calls this function to get information about the plugin, notably the name and version. More... | |
| CF_PLUGIN int | initPlugin (const char *iversion, f_plug_api gethooksptr) |
| The server calls this function after loading the plugin. More... | |
| CF_PLUGIN int | postInitPlugin (void) |
| The server calls this function to actually initialize the plugin here, after object handlers are registered. More... | |
| CF_PLUGIN int cfanim_globalEventListener | ( | int * | type, |
| ... | |||
| ) |
Definition at line 1254 of file cfanim.cpp.
References animate(), EVENT_CLOCK, and is_valid_types_gen::type.
Referenced by postInitPlugin().
Here is the call graph for this function:
Here is the caller graph for this function:| CF_PLUGIN anim_move_result cfanim_runPluginCommand | ( | object * | op, |
| char * | params | ||
| ) |
Definition at line 1239 of file cfanim.cpp.
References mr_finished.