liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
RPG::ItemAnimation Class Reference

#include <rpg_itemanimation.h>

+ Collaboration diagram for RPG::ItemAnimation:

Public Types

enum  Movement {
  Movement_none = 0,
  Movement_step = 1,
  Movement_jump = 2,
  Movement_move = 3
}
 
enum  AfterImage {
  AfterImage_none = 0,
  AfterImage_add = 1
}
 
enum  Speed {
  Speed_fast = 0,
  Speed_medium = 1,
  Speed_slow = 2
}
 

Public Member Functions

 ItemAnimation ()
 

Public Attributes

int ID
 
int type
 
int weapon_anim
 
int movement
 
int after_image
 
int attacks
 
bool ranged
 
int ranged_anim
 
int ranged_speed
 
int battle_anim
 

Detailed Description

Definition at line 16 of file rpg_itemanimation.h.

Member Enumeration Documentation

Enumerator
AfterImage_none 
AfterImage_add 

Definition at line 24 of file rpg_itemanimation.h.

Enumerator
Movement_none 
Movement_step 
Movement_jump 
Movement_move 

Definition at line 18 of file rpg_itemanimation.h.

Enumerator
Speed_fast 
Speed_medium 
Speed_slow 

Definition at line 28 of file rpg_itemanimation.h.

Constructor & Destructor Documentation

RPG::ItemAnimation::ItemAnimation ( )

Constructor.

Definition at line 15 of file rpg_itemanimation.cpp.

References after_image, attacks, battle_anim, ID, movement, ranged, ranged_anim, ranged_speed, type, and weapon_anim.

Member Data Documentation

int RPG::ItemAnimation::after_image

Definition at line 40 of file rpg_itemanimation.h.

Referenced by ItemAnimation().

int RPG::ItemAnimation::attacks

Definition at line 41 of file rpg_itemanimation.h.

Referenced by ItemAnimation().

int RPG::ItemAnimation::battle_anim

Definition at line 45 of file rpg_itemanimation.h.

Referenced by ItemAnimation().

int RPG::ItemAnimation::ID

Definition at line 36 of file rpg_itemanimation.h.

Referenced by ItemAnimation().

int RPG::ItemAnimation::movement

Definition at line 39 of file rpg_itemanimation.h.

Referenced by ItemAnimation().

bool RPG::ItemAnimation::ranged

Definition at line 42 of file rpg_itemanimation.h.

Referenced by ItemAnimation().

int RPG::ItemAnimation::ranged_anim

Definition at line 43 of file rpg_itemanimation.h.

Referenced by ItemAnimation().

int RPG::ItemAnimation::ranged_speed

Definition at line 44 of file rpg_itemanimation.h.

Referenced by ItemAnimation().

int RPG::ItemAnimation::type

Definition at line 37 of file rpg_itemanimation.h.

Referenced by ItemAnimation().

int RPG::ItemAnimation::weapon_anim

Definition at line 38 of file rpg_itemanimation.h.

Referenced by ItemAnimation().


The documentation for this class was generated from the following files: