Crossfire Server, Branch 1.12  R12190
Data Fields
CFmovement_struct Struct Reference

One move in an animation. More...

#include <cfanim.h>

Collaboration diagram for CFmovement_struct:
Collaboration graph
[legend]

Data Fields

CFAnimRunFunc func
 Function to run for this move.
long int id
 Identifier, used for various things.
struct CFmovement_structnext
 Next move in the animation.
void * parameters
 Parameters to the function.
struct CFanimation_structparent
 Animation this move is linked to.
int tick
 Move duration, units depending on parent's time_representation.

Detailed Description

One move in an animation.

Definition at line 61 of file cfanim.h.


Field Documentation

Function to run for this move.

Definition at line 63 of file cfanim.h.

Referenced by animate_one(), and parse_animation_block().

Identifier, used for various things.

Definition at line 65 of file cfanim.h.

Referenced by animate_one(), and parse_animation_block().

Next move in the animation.

Definition at line 67 of file cfanim.h.

Referenced by animate_one(), and parse_animation_block().

Animation this move is linked to.

Definition at line 62 of file cfanim.h.

Referenced by initsay(), and parse_animation_block().

Move duration, units depending on parent's time_representation.

Definition at line 66 of file cfanim.h.

Referenced by animate_one(), and parse_animation_block().


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