|
Crossfire Server, Branch 1.12
R12190
|
Available animation move. More...
#include <cfanim.h>

Data Fields | |
| CFAnimInitFunc | funcinit |
| Function to process the parameters of the move. | |
| CFAnimRunFunc | funcrun |
| Function to run the move. | |
| const char * | name |
| Name as it appears in the animation file. | |
Function to process the parameters of the move.
Definition at line 91 of file cfanim.h.
Referenced by parse_animation_block().
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().
1.7.6.1