liblcf
|
#include <rpg_saveeventcommands.h>
Public Member Functions | |
SaveEventCommands () | |
Public Attributes | |
int | ID |
int | commands_size |
std::vector< EventCommand > | commands |
int | current_command |
int | event_id |
bool | actioned |
int | unknown_15 |
std::vector< uint8_t > | unknown_16 |
Definition at line 21 of file rpg_saveeventcommands.h.
RPG::SaveEventCommands::SaveEventCommands | ( | ) |
Constructor.
Definition at line 15 of file rpg_saveeventcommands.cpp.
References actioned, commands_size, current_command, event_id, ID, and unknown_15.
bool RPG::SaveEventCommands::actioned |
Definition at line 30 of file rpg_saveeventcommands.h.
Referenced by SaveEventCommands().
std::vector<EventCommand> RPG::SaveEventCommands::commands |
Definition at line 27 of file rpg_saveeventcommands.h.
int RPG::SaveEventCommands::commands_size |
Definition at line 26 of file rpg_saveeventcommands.h.
Referenced by SaveEventCommands().
int RPG::SaveEventCommands::current_command |
Definition at line 28 of file rpg_saveeventcommands.h.
Referenced by SaveEventCommands().
int RPG::SaveEventCommands::event_id |
Definition at line 29 of file rpg_saveeventcommands.h.
Referenced by SaveEventCommands().
int RPG::SaveEventCommands::ID |
Definition at line 25 of file rpg_saveeventcommands.h.
Referenced by SaveEventCommands().
int RPG::SaveEventCommands::unknown_15 |
Definition at line 31 of file rpg_saveeventcommands.h.
Referenced by SaveEventCommands().
std::vector<uint8_t> RPG::SaveEventCommands::unknown_16 |
Definition at line 32 of file rpg_saveeventcommands.h.