Crossfire Server, Branch 1.12  R12190
Data Fields
CFanimationHook Struct Reference

Available animation move. More...

#include <cfanim.h>

Collaboration diagram for CFanimationHook:
Collaboration graph
[legend]

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.

Detailed Description

Available animation move.

Definition at line 89 of file cfanim.h.


Field Documentation

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().


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