liblcf
Toggle main menu visibility
Loading...
Searching...
No Matches
lsd_saveeventexecstate_easyrpg_runtime_flags.h
Go to the documentation of this file.
1
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
2
* --------------------------------------
3
*
4
* This file is part of liblcf. Copyright (c) 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
/*
13
* Headers
14
*/
15
#include "lcf/lsd/reader.h"
16
#include "lcf/lsd/chunks.h"
17
#include "
reader_struct.h
"
18
19
namespace
lcf
{
20
21
// Read SaveEventExecState.
22
23
template
<>
24
char
const
*
const
Flags<rpg::SaveEventExecState::EasyRpgStateRuntime_Flags>::name
=
"SaveEventExecState_EasyRpgStateRuntime_Flags"
;
25
26
template
<>
27
decltype
(
Flags<rpg::SaveEventExecState::EasyRpgStateRuntime_Flags>::flag_names
)
Flags<rpg::SaveEventExecState::EasyRpgStateRuntime_Flags>::flag_names
= {
28
"conf_override_active"
,
29
"reserved_1"
,
30
"reserved_2"
,
31
"reserved_3"
,
32
"patch_destiny_on"
,
33
"patch_destiny_off"
,
34
"patch_dynrpg_on"
,
35
"patch_dynrpg_off"
,
36
"patch_maniac_on"
,
37
"patch_maniac_off"
,
38
"patch_common_this_event_on"
,
39
"patch_common_this_event_off"
,
40
"patch_unlock_pics_on"
,
41
"patch_unlock_pics_off"
,
42
"patch_keypatch_on"
,
43
"patch_keypatch_off"
,
44
"patch_rpg2k3_cmds_on"
,
45
"patch_rpg2k3_cmds_off"
,
46
"use_rpg2k_battle_system_on"
,
47
"use_rpg2k_battle_system_off"
48
};
49
50
template
<>
51
decltype
(
Flags<rpg::SaveEventExecState::EasyRpgStateRuntime_Flags>::flags_is2k3
)
Flags<rpg::SaveEventExecState::EasyRpgStateRuntime_Flags>::flags_is2k3
= {
52
0,
53
0,
54
0,
55
0,
56
0,
57
0,
58
0,
59
0,
60
0,
61
0,
62
0,
63
0,
64
0,
65
0,
66
0,
67
0,
68
0,
69
0,
70
0,
71
0
72
};
73
74
}
//namespace lcf
lcf::Flags::flag_names
static const std::array< const char *const, num_flags > flag_names
Definition
reader_struct.h:698
lcf::Flags::flags_is2k3
static const std::array< bool, num_flags > flags_is2k3
Definition
reader_struct.h:699
lcf::Flags::name
static const char *const name
Definition
reader_struct.h:696
lcf
Definition
dbarray.cpp:13
reader_struct.h
src
generated
lsd_saveeventexecstate_easyrpg_runtime_flags.h
Generated on
for liblcf by
1.17.0