liblcf
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
rpg_itemanimation.h
Go to the documentation of this file.
1
/* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2
3
/*
4
* Copyright (c) 2014 liblcf authors
5
* This file is released under the MIT License
6
* http://opensource.org/licenses/MIT
7
*/
8
9
#ifndef LCF_RPG_ITEMANIMATION_H
10
#define LCF_RPG_ITEMANIMATION_H
11
15
namespace
RPG
{
16
class
ItemAnimation
{
17
public
:
18
enum
Movement
{
19
Movement_none
= 0,
20
Movement_step
= 1,
21
Movement_jump
= 2,
22
Movement_move
= 3
23
};
24
enum
AfterImage
{
25
AfterImage_none
= 0,
26
AfterImage_add
= 1
27
};
28
enum
Speed
{
29
Speed_fast
= 0,
30
Speed_medium
= 1,
31
Speed_slow
= 2
32
};
33
34
ItemAnimation
();
35
36
int
ID
;
37
int
type
;
38
int
weapon_anim
;
39
int
movement
;
40
int
after_image
;
41
int
attacks
;
42
bool
ranged
;
43
int
ranged_anim
;
44
int
ranged_speed
;
45
int
battle_anim
;
46
};
47
}
48
49
#endif
RPG::ItemAnimation::movement
int movement
Definition:
rpg_itemanimation.h:39
RPG::ItemAnimation::ranged
bool ranged
Definition:
rpg_itemanimation.h:42
RPG::ItemAnimation::Movement_none
Definition:
rpg_itemanimation.h:19
RPG::ItemAnimation::ranged_speed
int ranged_speed
Definition:
rpg_itemanimation.h:44
RPG::ItemAnimation::type
int type
Definition:
rpg_itemanimation.h:37
RPG::ItemAnimation::Speed_slow
Definition:
rpg_itemanimation.h:31
RPG::ItemAnimation::AfterImage_add
Definition:
rpg_itemanimation.h:26
RPG::ItemAnimation::Movement_step
Definition:
rpg_itemanimation.h:20
RPG::ItemAnimation::ItemAnimation
ItemAnimation()
Definition:
rpg_itemanimation.cpp:15
RPG::ItemAnimation::AfterImage
AfterImage
Definition:
rpg_itemanimation.h:24
RPG::ItemAnimation::Movement_move
Definition:
rpg_itemanimation.h:22
RPG::ItemAnimation::Speed_fast
Definition:
rpg_itemanimation.h:29
RPG::ItemAnimation::Speed_medium
Definition:
rpg_itemanimation.h:30
RPG::ItemAnimation::battle_anim
int battle_anim
Definition:
rpg_itemanimation.h:45
RPG::ItemAnimation::Speed
Speed
Definition:
rpg_itemanimation.h:28
RPG::ItemAnimation::Movement_jump
Definition:
rpg_itemanimation.h:21
RPG::ItemAnimation::after_image
int after_image
Definition:
rpg_itemanimation.h:40
RPG
Definition:
rpg_actor.h:23
RPG::ItemAnimation
Definition:
rpg_itemanimation.h:16
RPG::ItemAnimation::Movement
Movement
Definition:
rpg_itemanimation.h:18
RPG::ItemAnimation::attacks
int attacks
Definition:
rpg_itemanimation.h:41
RPG::ItemAnimation::ranged_anim
int ranged_anim
Definition:
rpg_itemanimation.h:43
RPG::ItemAnimation::AfterImage_none
Definition:
rpg_itemanimation.h:25
RPG::ItemAnimation::weapon_anim
int weapon_anim
Definition:
rpg_itemanimation.h:38
RPG::ItemAnimation::ID
int ID
Definition:
rpg_itemanimation.h:36
src
generated
rpg_itemanimation.h
Generated on Tue Dec 2 2014 20:12:11 for liblcf by
1.8.8