|
Crossfire Server, Branch 1.12
R12190
|

Go to the source code of this file.
Functions | |
| CF_PLUGIN void * | cfanim_globalEventListener (int *type,...) |
| CF_PLUGIN anim_move_result | cfanim_runPluginCommand (object *op, char *params) |
| CF_PLUGIN int | closePlugin (void) |
| Close the plugin. | |
| CF_PLUGIN void * | eventListener (int *type,...) |
| Handles an object-related event. | |
| CF_PLUGIN void * | getPluginProperty (int *type,...) |
| Gets a plugin property. | |
| CF_PLUGIN int | initPlugin (const char *iversion, f_plug_api gethooksptr) |
| Plugin initialisation function. | |
| CF_PLUGIN int | postInitPlugin (void) |
| Plugin was initialized, now to finish. | |
| CF_PLUGIN void* cfanim_globalEventListener | ( | int * | type, |
| ... | |||
| ) |
Definition at line 1113 of file cfanim.c.
References animate(), and EVENT_CLOCK.
Referenced by postInitPlugin().


| CF_PLUGIN anim_move_result cfanim_runPluginCommand | ( | object * | op, |
| char * | params | ||
| ) |
1.7.6.1