liblcf
ldb_trooppage.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 TroopPage.
18
19
template
<>
20
char
const
*
const
Struct<RPG::TroopPage>::name
=
"TroopPage"
;
21
static
TypedField<RPG::TroopPage, RPG::TroopPageCondition>
static_condition(
22
&
RPG::TroopPage::condition
,
23
LDB_Reader::ChunkTroopPage::condition
,
24
"condition"
,
25
1,
26
0
27
);
28
static
SizeField<RPG::TroopPage, RPG::EventCommand>
static_size_event_commands(
29
&
RPG::TroopPage::event_commands
,
30
LDB_Reader::ChunkTroopPage::event_commands_size
,
31
1,
32
0
33
);
34
static
TypedField<RPG::TroopPage, std::vector<RPG::EventCommand>
> static_event_commands(
35
&
RPG::TroopPage::event_commands
,
36
LDB_Reader::ChunkTroopPage::event_commands
,
37
"event_commands"
,
38
1,
39
0
40
);
41
42
43
template
<>
44
Field<RPG::TroopPage>
const
*
Struct<RPG::TroopPage>::fields
[] = {
45
&static_condition,
46
&static_size_event_commands,
47
&static_event_commands,
48
NULL
49
};
50
51
template
class
Struct<RPG::TroopPage>
;
RPG::TroopPage::event_commands
std::vector< EventCommand > event_commands
Definition:
rpg_trooppage.h:28
RPG::TroopPage::condition
TroopPageCondition condition
Definition:
rpg_trooppage.h:27
Struct
Definition:
reader_struct.h:552
ldb_chunks.h
ldb_reader.h
reader_struct_impl.h
Field
Definition:
reader_struct.h:315
LDB_Reader::ChunkTroopPage::event_commands_size
@ event_commands_size
Definition:
ldb_chunks.h:704
LDB_Reader::ChunkTroopPage::condition
@ condition
Definition:
ldb_chunks.h:702
LDB_Reader::ChunkTroopPage::event_commands
@ event_commands
Definition:
ldb_chunks.h:706
SizeField
Definition:
reader_struct.h:436
TypedField
Definition:
reader_struct.h:348
src
generated
ldb_trooppage.cpp
Generated on Thu Jul 29 2021 00:00:00 for liblcf by
1.9.1