Crossfire Server, Trunk
|
#include <cfanim.h>
Data Fields | |
CFAnimInitFunc | funcinit |
CFAnimRunFunc | funcrun |
const char * | name |
CFAnimInitFunc CFanimationHook::funcinit |
Function to process the parameters of the move.
Definition at line 90 of file cfanim.h.
Referenced by parse_animation_block().
CFAnimRunFunc CFanimationHook::funcrun |
Function to run the move.
Definition at line 91 of file cfanim.h.
Referenced by parse_animation_block().
const char* CFanimationHook::name |
Name as it appears in the animation file.
Definition at line 89 of file cfanim.h.
Referenced by get_command().