Crossfire Server, Branches 1.12
R18729
|
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) |
CF_PLUGIN void * | 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 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 | ||
) |