liblcf
|
#include <rpg_movecommand.h>
Classes | |
struct | Code |
Public Member Functions | |
MoveCommand () | |
Public Attributes | |
int | command_id |
std::string | parameter_string |
int | parameter_a |
int | parameter_b |
int | parameter_c |
Definition at line 19 of file rpg_movecommand.h.
RPG::MoveCommand::MoveCommand | ( | ) |
Constructor.
Definition at line 15 of file rpg_movecommand.cpp.
References command_id, parameter_a, parameter_b, parameter_c, and parameter_string.
int RPG::MoveCommand::command_id |
Definition at line 70 of file rpg_movecommand.h.
Referenced by RawStruct< RPG::MoveCommand >::LcfSize(), MoveCommand(), RawStruct< RPG::MoveCommand >::ReadLcf(), MoveCommandXmlHandler::StartElement(), RawStruct< RPG::MoveCommand >::WriteLcf(), and RawStruct< RPG::MoveCommand >::WriteXml().
int RPG::MoveCommand::parameter_a |
Definition at line 72 of file rpg_movecommand.h.
Referenced by RawStruct< RPG::MoveCommand >::LcfSize(), MoveCommand(), RawStruct< RPG::MoveCommand >::ReadLcf(), MoveCommandXmlHandler::StartElement(), RawStruct< RPG::MoveCommand >::WriteLcf(), and RawStruct< RPG::MoveCommand >::WriteXml().
int RPG::MoveCommand::parameter_b |
Definition at line 73 of file rpg_movecommand.h.
Referenced by RawStruct< RPG::MoveCommand >::LcfSize(), MoveCommand(), RawStruct< RPG::MoveCommand >::ReadLcf(), MoveCommandXmlHandler::StartElement(), RawStruct< RPG::MoveCommand >::WriteLcf(), and RawStruct< RPG::MoveCommand >::WriteXml().
int RPG::MoveCommand::parameter_c |
Definition at line 74 of file rpg_movecommand.h.
Referenced by RawStruct< RPG::MoveCommand >::LcfSize(), MoveCommand(), RawStruct< RPG::MoveCommand >::ReadLcf(), MoveCommandXmlHandler::StartElement(), RawStruct< RPG::MoveCommand >::WriteLcf(), and RawStruct< RPG::MoveCommand >::WriteXml().
std::string RPG::MoveCommand::parameter_string |
Definition at line 71 of file rpg_movecommand.h.
Referenced by MoveCommandXmlHandler::CharacterData(), RawStruct< RPG::MoveCommand >::LcfSize(), MoveCommand(), RawStruct< RPG::MoveCommand >::ReadLcf(), RawStruct< RPG::MoveCommand >::WriteLcf(), and RawStruct< RPG::MoveCommand >::WriteXml().