Crossfire Server, Branch 1.12  R12190
Functions
cfanim_proto.h File Reference
This graph shows which files directly or indirectly include this file:

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.

Function Documentation

CF_PLUGIN void* cfanim_globalEventListener ( int *  type,
  ... 
)

Definition at line 1113 of file cfanim.c.

References animate(), and EVENT_CLOCK.

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 1102 of file cfanim.c.