Crossfire Server, Trunk
|
#include <cfanim.h>
Data Fields | |
object * | corpse |
int | delete_end |
int | errors_allowed |
object * | event |
int | ghosted |
int | invisible |
char * | name |
CFanimation * | nextanimation |
CFmovement * | nextmovement |
int | paralyze |
long int | tick_left |
enum time_enum | time_representation |
int | unique |
int | verbose |
object * | victim |
int | wizard |
object* CFanimation::corpse |
Definition at line 80 of file cfanim.h.
Referenced by runghosted(), and start_animation().
int CFanimation::delete_end |
Definition at line 79 of file cfanim.h.
Referenced by start_animation().
int CFanimation::errors_allowed |
Definition at line 78 of file cfanim.h.
Referenced by parse_animation_block(), and start_animation().
object* CFanimation::event |
Definition at line 71 of file cfanim.h.
Referenced by start_animation().
int CFanimation::ghosted |
Definition at line 77 of file cfanim.h.
Referenced by runghosted(), and start_animation().
int CFanimation::invisible |
Definition at line 73 of file cfanim.h.
Referenced by animate_one(), runghosted(), runvisible(), and start_animation().
char* CFanimation::name |
Definition at line 69 of file cfanim.h.
Referenced by animate_one(), and start_animation().
CFanimation* CFanimation::nextanimation |
CFmovement* CFanimation::nextmovement |
Definition at line 83 of file cfanim.h.
Referenced by animate_one(), and start_animation().
int CFanimation::paralyze |
Definition at line 72 of file cfanim.h.
Referenced by animate_one(), and start_animation().
long int CFanimation::tick_left |
Definition at line 81 of file cfanim.h.
Referenced by animate_one(), and start_animation().
enum time_enum CFanimation::time_representation |
Definition at line 82 of file cfanim.h.
Referenced by animate_one(), and start_animation().
int CFanimation::unique |
Definition at line 75 of file cfanim.h.
Referenced by start_animation().
int CFanimation::verbose |
Definition at line 76 of file cfanim.h.
Referenced by animate_one(), initsay(), parse_animation_block(), runcamera(), runfire(), runmovement(), runstop(), runturn(), and start_animation().
object* CFanimation::victim |
Definition at line 70 of file cfanim.h.
Referenced by animate_one(), runapply(), runapplyobject(), rundropobject(), runghosted(), runmessage(), runmovement(), runmoveto(), runnotice(), runpickup(), runpickupobject(), runsay(), runteleport(), runtrigger(), runturn(), and start_animation().
int CFanimation::wizard |
Definition at line 74 of file cfanim.h.
Referenced by animate_one(), runghosted(), runwizard(), and start_animation().