liblcf
ldb_itemanimation.cpp
Go to the documentation of this file.
1
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
2
* --------------------------------------
3
*
4
* This file is part of liblcf. Copyright (c) 2020 liblcf authors.
5
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
6
*
7
* liblcf is Free/Libre Open Source Software, released under the MIT License.
8
* For the full copyright and license information, please view the COPYING
9
* file that was distributed with this source code.
10
*/
11
12
// Headers
13
#include "
ldb_reader.h
"
14
#include "
ldb_chunks.h
"
15
#include "
reader_struct_impl.h
"
16
17
// Read ItemAnimation.
18
19
template
<>
20
char
const
*
const
Struct<RPG::ItemAnimation>::name
=
"ItemAnimation"
;
21
static
TypedField<RPG::ItemAnimation, int32_t>
static_type(
22
&
RPG::ItemAnimation::type
,
23
LDB_Reader::ChunkItemAnimation::type
,
24
"type"
,
25
0,
26
0
27
);
28
static
TypedField<RPG::ItemAnimation, int32_t>
static_weapon_anim(
29
&
RPG::ItemAnimation::weapon_anim
,
30
LDB_Reader::ChunkItemAnimation::weapon_anim
,
31
"weapon_anim"
,
32
0,
33
0
34
);
35
static
TypedField<RPG::ItemAnimation, int32_t>
static_movement(
36
&
RPG::ItemAnimation::movement
,
37
LDB_Reader::ChunkItemAnimation::movement
,
38
"movement"
,
39
0,
40
0
41
);
42
static
TypedField<RPG::ItemAnimation, int32_t>
static_after_image(
43
&
RPG::ItemAnimation::after_image
,
44
LDB_Reader::ChunkItemAnimation::after_image
,
45
"after_image"
,
46
0,
47
0
48
);
49
static
TypedField<RPG::ItemAnimation, int32_t>
static_attacks(
50
&
RPG::ItemAnimation::attacks
,
51
LDB_Reader::ChunkItemAnimation::attacks
,
52
"attacks"
,
53
0,
54
0
55
);
56
static
TypedField<RPG::ItemAnimation, bool>
static_ranged(
57
&
RPG::ItemAnimation::ranged
,
58
LDB_Reader::ChunkItemAnimation::ranged
,
59
"ranged"
,
60
0,
61
0
62
);
63
static
TypedField<RPG::ItemAnimation, int32_t>
static_ranged_anim(
64
&
RPG::ItemAnimation::ranged_anim
,
65
LDB_Reader::ChunkItemAnimation::ranged_anim
,
66
"ranged_anim"
,
67
0,
68
0
69
);
70
static
TypedField<RPG::ItemAnimation, int32_t>
static_ranged_speed(
71
&
RPG::ItemAnimation::ranged_speed
,
72
LDB_Reader::ChunkItemAnimation::ranged_speed
,
73
"ranged_speed"
,
74
0,
75
0
76
);
77
static
TypedField<RPG::ItemAnimation, int32_t>
static_battle_anim(
78
&
RPG::ItemAnimation::battle_anim
,
79
LDB_Reader::ChunkItemAnimation::battle_anim
,
80
"battle_anim"
,
81
0,
82
0
83
);
84
85
86
template
<>
87
Field<RPG::ItemAnimation>
const
*
Struct<RPG::ItemAnimation>::fields
[] = {
88
&static_type,
89
&static_weapon_anim,
90
&static_movement,
91
&static_after_image,
92
&static_attacks,
93
&static_ranged,
94
&static_ranged_anim,
95
&static_ranged_speed,
96
&static_battle_anim,
97
NULL
98
};
99
100
template
class
Struct<RPG::ItemAnimation>
;
ldb_chunks.h
RPG::ItemAnimation::ranged_anim
int32_t ranged_anim
Definition:
rpg_itemanimation.h:63
TypedField
Definition:
reader_struct.h:348
ldb_reader.h
RPG::ItemAnimation::type
int32_t type
Definition:
rpg_itemanimation.h:57
LDB_Reader::ChunkItemAnimation::movement
Definition:
ldb_chunks.h:426
LDB_Reader::ChunkItemAnimation::ranged
Definition:
ldb_chunks.h:432
LDB_Reader::ChunkItemAnimation::ranged_anim
Definition:
ldb_chunks.h:434
RPG::ItemAnimation::weapon_anim
int32_t weapon_anim
Definition:
rpg_itemanimation.h:58
RPG::ItemAnimation::ranged_speed
int32_t ranged_speed
Definition:
rpg_itemanimation.h:64
LDB_Reader::ChunkItemAnimation::ranged_speed
Definition:
ldb_chunks.h:436
RPG::ItemAnimation::battle_anim
int32_t battle_anim
Definition:
rpg_itemanimation.h:65
RPG::ItemAnimation::movement
int32_t movement
Definition:
rpg_itemanimation.h:59
LDB_Reader::ChunkItemAnimation::weapon_anim
Definition:
ldb_chunks.h:424
LDB_Reader::ChunkItemAnimation::attacks
Definition:
ldb_chunks.h:430
LDB_Reader::ChunkItemAnimation::after_image
Definition:
ldb_chunks.h:428
RPG::ItemAnimation::attacks
int32_t attacks
Definition:
rpg_itemanimation.h:61
reader_struct_impl.h
LDB_Reader::ChunkItemAnimation::type
Definition:
ldb_chunks.h:422
LDB_Reader::ChunkItemAnimation::battle_anim
Definition:
ldb_chunks.h:438
RPG::ItemAnimation::ranged
bool ranged
Definition:
rpg_itemanimation.h:62
RPG::ItemAnimation::after_image
int32_t after_image
Definition:
rpg_itemanimation.h:60
Field
Definition:
reader_struct.h:315
Struct
Definition:
reader_struct.h:43
src
generated
ldb_itemanimation.cpp
Generated on Sun Aug 2 2020 00:00:00 for liblcf by
1.8.15