![]() |
Crossfire Server, Trunk
1.75.0
|
Include dependency graph for cfanim.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | CFanimation |
| One full animation. More... | |
| struct | CFanimationHook |
| Available animation move. More... | |
| struct | CFmovement |
| One move in an animation. More... | |
Macros | |
| #define | PLUGIN_NAME "Animator" |
| #define | PLUGIN_VERSION "CFAnim Plugin 2.0" |
Typedefs | |
| typedef long int(* | CFAnimInitFunc) (const char *name, char *parameters, struct CFmovement *) |
| typedef anim_move_result(* | CFAnimRunFunc) (struct CFanimation *animation, long int id, void *parameters) |
Enumerations | |
| enum | anim_move_result { mr_finished, mr_again } |
| Result of one animation move. More... | |
| enum | time_enum { time_second, time_tick } |
| Time units the animation can use. More... | |
Variables | |
| CFanimationHook | animationbox [] |
| Available animation commands. More... | |
| int | animationcount |
| typedef long int(* CFAnimInitFunc) (const char *name, char *parameters, struct CFmovement *) |
| typedef anim_move_result(* CFAnimRunFunc) (struct CFanimation *animation, long int id, void *parameters) |
| enum anim_move_result |
| enum time_enum |
| CFanimationHook animationbox[] |
Available animation commands.
Definition at line 562 of file cfanim.cpp.
Referenced by get_command(), and prepare_commands().
| int animationcount |
Definition at line 612 of file cfanim.cpp.
Referenced by get_command(), and prepare_commands().