liblcf
|
#include <rpg_movecommand.h>
Classes | |
struct | Code |
Public Attributes | |
int32_t | command_id = 0 |
std::string | parameter_string |
int32_t | parameter_a = 0 |
int32_t | parameter_b = 0 |
int32_t | parameter_c = 0 |
Static Public Attributes | |
static constexpr auto | kCodeTags |
Definition at line 24 of file rpg_movecommand.h.
int32_t RPG::MoveCommand::command_id = 0 |
Definition at line 117 of file rpg_movecommand.h.
Referenced by RawStruct< RPG::MoveCommand >::LcfSize(), RPG::operator==(), RawStruct< RPG::MoveCommand >::ReadLcf(), MoveCommandXmlHandler::StartElement(), RawStruct< RPG::MoveCommand >::WriteLcf(), and RawStruct< RPG::MoveCommand >::WriteXml().
|
staticconstexpr |
Definition at line 72 of file rpg_movecommand.h.
int32_t RPG::MoveCommand::parameter_a = 0 |
Definition at line 119 of file rpg_movecommand.h.
Referenced by RawStruct< RPG::MoveCommand >::LcfSize(), RPG::operator==(), RawStruct< RPG::MoveCommand >::ReadLcf(), MoveCommandXmlHandler::StartElement(), RawStruct< RPG::MoveCommand >::WriteLcf(), and RawStruct< RPG::MoveCommand >::WriteXml().
int32_t RPG::MoveCommand::parameter_b = 0 |
Definition at line 120 of file rpg_movecommand.h.
Referenced by RawStruct< RPG::MoveCommand >::LcfSize(), RPG::operator==(), RawStruct< RPG::MoveCommand >::ReadLcf(), MoveCommandXmlHandler::StartElement(), RawStruct< RPG::MoveCommand >::WriteLcf(), and RawStruct< RPG::MoveCommand >::WriteXml().
int32_t RPG::MoveCommand::parameter_c = 0 |
Definition at line 121 of file rpg_movecommand.h.
Referenced by RawStruct< RPG::MoveCommand >::LcfSize(), RPG::operator==(), RawStruct< RPG::MoveCommand >::ReadLcf(), MoveCommandXmlHandler::StartElement(), RawStruct< RPG::MoveCommand >::WriteLcf(), and RawStruct< RPG::MoveCommand >::WriteXml().
std::string RPG::MoveCommand::parameter_string |