Crossfire Server, Trunk
CFanimation_struct Struct Reference

#include <cfanim.h>

+ Collaboration diagram for CFanimation_struct:

Data Fields

objectcorpse
 
int delete_end
 
int errors_allowed
 
objectevent
 
int ghosted
 
int invisible
 
char * name
 
struct CFanimation_structnextanimation
 
struct CFmovement_structnextmovement
 
int paralyze
 
long int tick_left
 
enum time_enum time_representation
 
int unique
 
int verbose
 
objectvictim
 
int wizard
 

Detailed Description

One full animation.

Definition at line 68 of file cfanim.h.

Field Documentation

◆ corpse

object* CFanimation_struct::corpse

Definition at line 80 of file cfanim.h.

Referenced by runghosted(), and start_animation().

◆ delete_end

int CFanimation_struct::delete_end

Definition at line 79 of file cfanim.h.

Referenced by start_animation().

◆ errors_allowed

int CFanimation_struct::errors_allowed

Definition at line 78 of file cfanim.h.

Referenced by parse_animation_block(), and start_animation().

◆ event

object* CFanimation_struct::event

Definition at line 71 of file cfanim.h.

Referenced by start_animation().

◆ ghosted

int CFanimation_struct::ghosted

Definition at line 77 of file cfanim.h.

Referenced by runghosted(), and start_animation().

◆ invisible

int CFanimation_struct::invisible

Definition at line 73 of file cfanim.h.

Referenced by animate_one(), runghosted(), runvisible(), and start_animation().

◆ name

char* CFanimation_struct::name

Definition at line 69 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ nextanimation

struct CFanimation_struct* CFanimation_struct::nextanimation

Definition at line 84 of file cfanim.h.

Referenced by animate().

◆ nextmovement

struct CFmovement_struct* CFanimation_struct::nextmovement

Definition at line 83 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ paralyze

int CFanimation_struct::paralyze

Definition at line 72 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ tick_left

long int CFanimation_struct::tick_left

Definition at line 81 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ time_representation

enum time_enum CFanimation_struct::time_representation

Definition at line 82 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ unique

int CFanimation_struct::unique

Definition at line 75 of file cfanim.h.

Referenced by start_animation().

◆ verbose

int CFanimation_struct::verbose

◆ victim

◆ wizard

int CFanimation_struct::wizard

Definition at line 74 of file cfanim.h.

Referenced by animate_one(), runghosted(), runwizard(), and start_animation().


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