![]() |
Crossfire Server, Trunk
1.75.0
|
Available animation move. More...
#include <cfanim.h>
Data Fields | |
CFAnimInitFunc | funcinit |
Function to process the parameters of the move. More... | |
CFAnimRunFunc | funcrun |
Function to run the move. More... | |
const char * | name |
Name as it appears in the animation file. More... | |
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().