liblcf
lmu_event.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 "
lmu_reader.h
"
14
#include "
lmu_chunks.h
"
15
#include "
reader_struct_impl.h
"
16
17
// Read Event.
18
19
template
<>
20
char
const
*
const
Struct<RPG::Event>::name
=
"Event"
;
21
static
TypedField<RPG::Event, std::string>
static_name(
22
&
RPG::Event::name
,
23
LMU_Reader::ChunkEvent::name
,
24
"name"
,
25
0,
26
0
27
);
28
static
TypedField<RPG::Event, int32_t>
static_x(
29
&
RPG::Event::x
,
30
LMU_Reader::ChunkEvent::x
,
31
"x"
,
32
0,
33
0
34
);
35
static
TypedField<RPG::Event, int32_t>
static_y(
36
&
RPG::Event::y
,
37
LMU_Reader::ChunkEvent::y
,
38
"y"
,
39
0,
40
0
41
);
42
static
TypedField<RPG::Event, std::vector<RPG::EventPage>
> static_pages(
43
&
RPG::Event::pages
,
44
LMU_Reader::ChunkEvent::pages
,
45
"pages"
,
46
1,
47
0
48
);
49
50
51
template
<>
52
Field<RPG::Event>
const
*
Struct<RPG::Event>::fields
[] = {
53
&static_name,
54
&static_x,
55
&static_y,
56
&static_pages,
57
NULL
58
};
59
60
template
class
Struct<RPG::Event>
;
RPG::Event::y
int32_t y
Definition:
rpg_event.h:30
RPG::Event::pages
std::vector< EventPage > pages
Definition:
rpg_event.h:31
RPG::Event::name
std::string name
Definition:
rpg_event.h:28
RPG::Event::x
int32_t x
Definition:
rpg_event.h:29
Struct
Definition:
reader_struct.h:552
lmu_chunks.h
lmu_reader.h
reader_struct_impl.h
Field
Definition:
reader_struct.h:315
LMU_Reader::ChunkEvent::name
@ name
Definition:
lmu_chunks.h:94
LMU_Reader::ChunkEvent::y
@ y
Definition:
lmu_chunks.h:98
LMU_Reader::ChunkEvent::x
@ x
Definition:
lmu_chunks.h:96
LMU_Reader::ChunkEvent::pages
@ pages
Definition:
lmu_chunks.h:100
TypedField
Definition:
reader_struct.h:348
src
generated
lmu_event.cpp
Generated on Thu Jul 29 2021 00:00:00 for liblcf by
1.9.1