Crossfire Server, Trunk
CFanimation Struct Reference

#include <cfanim.h>

+ Collaboration diagram for CFanimation:

Data Fields

objectcorpse
 
int delete_end
 
int errors_allowed
 
objectevent
 
int ghosted
 
int invisible
 
char * name
 
CFanimationnextanimation
 
CFmovementnextmovement
 
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::corpse

Definition at line 80 of file cfanim.h.

Referenced by runghosted(), and start_animation().

◆ delete_end

int CFanimation::delete_end

Definition at line 79 of file cfanim.h.

Referenced by start_animation().

◆ errors_allowed

int CFanimation::errors_allowed

Definition at line 78 of file cfanim.h.

Referenced by parse_animation_block(), and start_animation().

◆ event

object* CFanimation::event

Definition at line 71 of file cfanim.h.

Referenced by start_animation().

◆ ghosted

int CFanimation::ghosted

Definition at line 77 of file cfanim.h.

Referenced by runghosted(), and start_animation().

◆ invisible

int CFanimation::invisible

Definition at line 73 of file cfanim.h.

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

◆ name

char* CFanimation::name

Definition at line 69 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ nextanimation

CFanimation* CFanimation::nextanimation

Definition at line 84 of file cfanim.h.

Referenced by animate().

◆ nextmovement

CFmovement* CFanimation::nextmovement

Definition at line 83 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ paralyze

int CFanimation::paralyze

Definition at line 72 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ tick_left

long int CFanimation::tick_left

Definition at line 81 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ time_representation

enum time_enum CFanimation::time_representation

Definition at line 82 of file cfanim.h.

Referenced by animate_one(), and start_animation().

◆ unique

int CFanimation::unique

Definition at line 75 of file cfanim.h.

Referenced by start_animation().

◆ verbose

int CFanimation::verbose

◆ victim

◆ wizard

int CFanimation::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: