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