liblcf
Toggle main menu visibility
Loading...
Searching...
No Matches
rpg_saveeventexecframe.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) 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 "lcf/rpg/saveeventexecframe.h"
14
15
namespace
lcf
{
16
namespace
rpg
{
17
18
std::ostream&
operator<<
(std::ostream& os,
const
SaveEventExecFrame::EasyRpgFrameRuntime_Flags& obj) {
19
for
(
size_t
i = 0; i < obj.flags.size(); ++i) {
20
os << (i == 0 ?
"["
:
", "
) << obj.flags[i];
21
}
22
os <<
"]"
;
23
return
os;
24
}
25
26
std::ostream&
operator<<
(std::ostream& os,
const
SaveEventExecFrame& obj) {
27
os <<
"SaveEventExecFrame{"
;
28
os <<
"commands="
;
29
for
(
size_t
i = 0; i < obj.commands.size(); ++i) {
30
os << (i == 0 ?
"["
:
", "
) << obj.commands[i];
31
}
32
os <<
"]"
;
33
os <<
", current_command="
<< obj.current_command;
34
os <<
", event_id="
<< obj.event_id;
35
os <<
", triggered_by_decision_key="
<< obj.triggered_by_decision_key;
36
os <<
", subcommand_path="
;
37
for
(
size_t
i = 0; i < obj.subcommand_path.size(); ++i) {
38
os << (i == 0 ?
"["
:
", "
) << obj.subcommand_path[i];
39
}
40
os <<
"]"
;
41
os <<
", maniac_event_info="
<< obj.maniac_event_info;
42
os <<
", maniac_event_id="
<< obj.maniac_event_id;
43
os <<
", maniac_event_page_id="
<< obj.maniac_event_page_id;
44
os <<
", maniac_loop_info_size="
<< obj.maniac_loop_info_size;
45
os <<
", maniac_loop_info="
;
46
for
(
size_t
i = 0; i < obj.maniac_loop_info.size(); ++i) {
47
os << (i == 0 ?
"["
:
", "
) << obj.maniac_loop_info[i];
48
}
49
os <<
"]"
;
50
os <<
", easyrpg_runtime_flags="
<< obj.easyrpg_runtime_flags;
51
os <<
"}"
;
52
return
os;
53
}
54
55
}
// namespace rpg
56
}
// namespace lcf
lcf::rpg
Definition
rpg_actor.cpp:16
lcf::rpg::operator<<
std::ostream & operator<<(std::ostream &os, const Actor &obj)
Definition
rpg_actor.cpp:18
lcf
Definition
dbarray.cpp:13
src
generated
rpg_saveeventexecframe.cpp
Generated on
for liblcf by
1.17.0