Crossfire Server, Trunk
CFanimationHook Struct Reference

#include <cfanim.h>

+ Collaboration diagram for CFanimationHook:

Data Fields

CFAnimInitFunc funcinit
 
CFAnimRunFunc funcrun
 
const char * name
 

Detailed Description

Available animation move.

Definition at line 88 of file cfanim.h.

Field Documentation

◆ funcinit

CFAnimInitFunc CFanimationHook::funcinit

Function to process the parameters of the move.

Definition at line 90 of file cfanim.h.

Referenced by parse_animation_block().

◆ funcrun

CFAnimRunFunc CFanimationHook::funcrun

Function to run the move.

Definition at line 91 of file cfanim.h.

Referenced by parse_animation_block().

◆ name

const char* CFanimationHook::name

Name as it appears in the animation file.

Definition at line 89 of file cfanim.h.

Referenced by get_command().


The documentation for this struct was generated from the following file: