liblcf
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
rpg_animation.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_ANIMATION_H
10
#define LCF_RPG_ANIMATION_H
11
12
// Headers
13
#include <string>
14
#include <vector>
15
#include "
rpg_animationframe.h
"
16
#include "
rpg_animationtiming.h
"
17
21
namespace
RPG
{
22
class
Animation
{
23
public
:
24
enum
Scope
{
25
Scope_target
= 0,
26
Scope_screen
= 1
27
};
28
enum
Position
{
29
Position_up
= 0,
30
Position_middle
= 1,
31
Position_down
= 2
32
};
33
34
Animation
();
35
36
int
ID
;
37
std::string
name
;
38
std::string
animation_name
;
39
int
unknown_03
;
40
std::vector<AnimationTiming>
timings
;
41
int
scope
;
42
int
position
;
43
std::vector<AnimationFrame>
frames
;
44
};
45
}
46
47
#endif
RPG::Animation::timings
std::vector< AnimationTiming > timings
Definition:
rpg_animation.h:40
RPG::Animation::Position_middle
Definition:
rpg_animation.h:30
rpg_animationtiming.h
RPG::Animation::animation_name
std::string animation_name
Definition:
rpg_animation.h:38
RPG::Animation
Definition:
rpg_animation.h:22
RPG::Animation::position
int position
Definition:
rpg_animation.h:42
RPG::Animation::frames
std::vector< AnimationFrame > frames
Definition:
rpg_animation.h:43
RPG::Animation::scope
int scope
Definition:
rpg_animation.h:41
rpg_animationframe.h
RPG::Animation::Animation
Animation()
Definition:
rpg_animation.cpp:15
RPG::Animation::Scope_target
Definition:
rpg_animation.h:25
RPG::Animation::Position
Position
Definition:
rpg_animation.h:28
RPG
Definition:
rpg_actor.h:23
RPG::Animation::Scope_screen
Definition:
rpg_animation.h:26
RPG::Animation::Scope
Scope
Definition:
rpg_animation.h:24
RPG::Animation::Position_up
Definition:
rpg_animation.h:29
RPG::Animation::unknown_03
int unknown_03
Definition:
rpg_animation.h:39
RPG::Animation::name
std::string name
Definition:
rpg_animation.h:37
RPG::Animation::Position_down
Definition:
rpg_animation.h:31
RPG::Animation::ID
int ID
Definition:
rpg_animation.h:36
src
generated
rpg_animation.h
Generated on Tue Dec 2 2014 20:12:11 for liblcf by
1.8.8