liblcf
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
rpg_animationtiming.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_ANIMATIONTIMING_H
10
#define LCF_RPG_ANIMATIONTIMING_H
11
12
// Headers
13
#include "
rpg_sound.h
"
14
18
namespace
RPG
{
19
class
AnimationTiming
{
20
public
:
21
enum
FlashScope
{
22
FlashScope_nothing
= 0,
23
FlashScope_target
= 1,
24
FlashScope_screen
= 2
25
};
26
enum
ScreenShake
{
27
ScreenShake_nothing
= 0,
28
ScreenShake_target
= 1,
29
ScreenShake_screen
= 2
30
};
31
32
AnimationTiming
();
33
34
int
ID
;
35
int
frame
;
36
Sound
se
;
37
int
flash_scope
;
38
int
flash_red
;
39
int
flash_green
;
40
int
flash_blue
;
41
int
flash_power
;
42
int
screen_shake
;
43
};
44
}
45
46
#endif
RPG::AnimationTiming::FlashScope_target
Definition:
rpg_animationtiming.h:23
RPG::AnimationTiming::ScreenShake_nothing
Definition:
rpg_animationtiming.h:27
RPG::AnimationTiming::flash_power
int flash_power
Definition:
rpg_animationtiming.h:41
RPG::AnimationTiming::ScreenShake
ScreenShake
Definition:
rpg_animationtiming.h:26
RPG::AnimationTiming::FlashScope
FlashScope
Definition:
rpg_animationtiming.h:21
RPG::AnimationTiming
Definition:
rpg_animationtiming.h:19
RPG::AnimationTiming::ScreenShake_screen
Definition:
rpg_animationtiming.h:29
RPG::AnimationTiming::frame
int frame
Definition:
rpg_animationtiming.h:35
RPG::AnimationTiming::flash_scope
int flash_scope
Definition:
rpg_animationtiming.h:37
RPG::AnimationTiming::FlashScope_screen
Definition:
rpg_animationtiming.h:24
RPG::AnimationTiming::ScreenShake_target
Definition:
rpg_animationtiming.h:28
rpg_sound.h
RPG::Sound
Definition:
rpg_sound.h:19
RPG
Definition:
rpg_actor.h:23
RPG::AnimationTiming::flash_green
int flash_green
Definition:
rpg_animationtiming.h:39
RPG::AnimationTiming::FlashScope_nothing
Definition:
rpg_animationtiming.h:22
RPG::AnimationTiming::ID
int ID
Definition:
rpg_animationtiming.h:34
RPG::AnimationTiming::flash_blue
int flash_blue
Definition:
rpg_animationtiming.h:40
RPG::AnimationTiming::screen_shake
int screen_shake
Definition:
rpg_animationtiming.h:42
RPG::AnimationTiming::flash_red
int flash_red
Definition:
rpg_animationtiming.h:38
RPG::AnimationTiming::AnimationTiming
AnimationTiming()
Definition:
rpg_animationtiming.cpp:15
RPG::AnimationTiming::se
Sound se
Definition:
rpg_animationtiming.h:36
src
generated
rpg_animationtiming.h
Generated on Tue Dec 2 2014 20:12:11 for liblcf by
1.8.8