liblcf
lmt_start.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 "
lmt_reader.h
"
14
#include "
lmt_chunks.h
"
15
#include "
reader_struct_impl.h
"
16
17
// Read Start.
18
19
template
<>
20
char
const
*
const
Struct<RPG::Start>::name
=
"Start"
;
21
static
TypedField<RPG::Start, int32_t>
static_party_map_id(
22
&
RPG::Start::party_map_id
,
23
LMT_Reader::ChunkStart::party_map_id
,
24
"party_map_id"
,
25
0,
26
0
27
);
28
static
TypedField<RPG::Start, int32_t>
static_party_x(
29
&
RPG::Start::party_x
,
30
LMT_Reader::ChunkStart::party_x
,
31
"party_x"
,
32
0,
33
0
34
);
35
static
TypedField<RPG::Start, int32_t>
static_party_y(
36
&
RPG::Start::party_y
,
37
LMT_Reader::ChunkStart::party_y
,
38
"party_y"
,
39
0,
40
0
41
);
42
static
TypedField<RPG::Start, int32_t>
static_boat_map_id(
43
&
RPG::Start::boat_map_id
,
44
LMT_Reader::ChunkStart::boat_map_id
,
45
"boat_map_id"
,
46
0,
47
0
48
);
49
static
TypedField<RPG::Start, int32_t>
static_boat_x(
50
&
RPG::Start::boat_x
,
51
LMT_Reader::ChunkStart::boat_x
,
52
"boat_x"
,
53
0,
54
0
55
);
56
static
TypedField<RPG::Start, int32_t>
static_boat_y(
57
&
RPG::Start::boat_y
,
58
LMT_Reader::ChunkStart::boat_y
,
59
"boat_y"
,
60
0,
61
0
62
);
63
static
TypedField<RPG::Start, int32_t>
static_ship_map_id(
64
&
RPG::Start::ship_map_id
,
65
LMT_Reader::ChunkStart::ship_map_id
,
66
"ship_map_id"
,
67
0,
68
0
69
);
70
static
TypedField<RPG::Start, int32_t>
static_ship_x(
71
&
RPG::Start::ship_x
,
72
LMT_Reader::ChunkStart::ship_x
,
73
"ship_x"
,
74
0,
75
0
76
);
77
static
TypedField<RPG::Start, int32_t>
static_ship_y(
78
&
RPG::Start::ship_y
,
79
LMT_Reader::ChunkStart::ship_y
,
80
"ship_y"
,
81
0,
82
0
83
);
84
static
TypedField<RPG::Start, int32_t>
static_airship_map_id(
85
&
RPG::Start::airship_map_id
,
86
LMT_Reader::ChunkStart::airship_map_id
,
87
"airship_map_id"
,
88
0,
89
0
90
);
91
static
TypedField<RPG::Start, int32_t>
static_airship_x(
92
&
RPG::Start::airship_x
,
93
LMT_Reader::ChunkStart::airship_x
,
94
"airship_x"
,
95
0,
96
0
97
);
98
static
TypedField<RPG::Start, int32_t>
static_airship_y(
99
&
RPG::Start::airship_y
,
100
LMT_Reader::ChunkStart::airship_y
,
101
"airship_y"
,
102
0,
103
0
104
);
105
106
107
template
<>
108
Field<RPG::Start>
const
*
Struct<RPG::Start>::fields
[] = {
109
&static_party_map_id,
110
&static_party_x,
111
&static_party_y,
112
&static_boat_map_id,
113
&static_boat_x,
114
&static_boat_y,
115
&static_ship_map_id,
116
&static_ship_x,
117
&static_ship_y,
118
&static_airship_map_id,
119
&static_airship_x,
120
&static_airship_y,
121
NULL
122
};
123
124
template
class
Struct<RPG::Start>
;
LMT_Reader::ChunkStart::ship_y
@ ship_y
Definition:
lmt_chunks.h:82
LMT_Reader::ChunkStart::boat_y
@ boat_y
Definition:
lmt_chunks.h:76
LMT_Reader::ChunkStart::airship_x
@ airship_x
Definition:
lmt_chunks.h:86
RPG::Start::airship_map_id
int32_t airship_map_id
Definition:
rpg_start.h:33
Field
Definition:
reader_struct.h:315
TypedField
Definition:
reader_struct.h:348
RPG::Start::boat_y
int32_t boat_y
Definition:
rpg_start.h:29
LMT_Reader::ChunkStart::airship_map_id
@ airship_map_id
Definition:
lmt_chunks.h:84
LMT_Reader::ChunkStart::ship_x
@ ship_x
Definition:
lmt_chunks.h:80
RPG::Start::airship_x
int32_t airship_x
Definition:
rpg_start.h:34
LMT_Reader::ChunkStart::boat_map_id
@ boat_map_id
Definition:
lmt_chunks.h:72
LMT_Reader::ChunkStart::party_x
@ party_x
Definition:
lmt_chunks.h:68
Struct
Definition:
reader_struct.h:43
lmt_reader.h
RPG::Start::ship_map_id
int32_t ship_map_id
Definition:
rpg_start.h:30
RPG::Start::party_x
int32_t party_x
Definition:
rpg_start.h:25
RPG::Start::ship_x
int32_t ship_x
Definition:
rpg_start.h:31
lmt_chunks.h
LMT_Reader::ChunkStart::party_y
@ party_y
Definition:
lmt_chunks.h:70
RPG::Start::boat_x
int32_t boat_x
Definition:
rpg_start.h:28
RPG::Start::party_map_id
int32_t party_map_id
Definition:
rpg_start.h:24
RPG::Start::ship_y
int32_t ship_y
Definition:
rpg_start.h:32
RPG::Start::airship_y
int32_t airship_y
Definition:
rpg_start.h:35
reader_struct_impl.h
LMT_Reader::ChunkStart::airship_y
@ airship_y
Definition:
lmt_chunks.h:88
LMT_Reader::ChunkStart::boat_x
@ boat_x
Definition:
lmt_chunks.h:74
RPG::Start::party_y
int32_t party_y
Definition:
rpg_start.h:26
LMT_Reader::ChunkStart::ship_map_id
@ ship_map_id
Definition:
lmt_chunks.h:78
LMT_Reader::ChunkStart::party_map_id
@ party_map_id
Definition:
lmt_chunks.h:66
RPG::Start::boat_map_id
int32_t boat_map_id
Definition:
rpg_start.h:27
src
generated
lmt_start.cpp
Generated on Sun Aug 2 2020 00:00:00 for liblcf by
1.8.18