liblcf
|
#include <rpg_eventcommand.h>
Public Member Functions | |
EventCommand () | |
Public Attributes | |
int | code |
int | indent |
std::string | string |
std::vector< int > | parameters |
Definition at line 20 of file rpg_eventcommand.h.
RPG::EventCommand::EventCommand | ( | ) |
int RPG::EventCommand::code |
int RPG::EventCommand::indent |
std::vector<int> RPG::EventCommand::parameters |
Definition at line 27 of file rpg_eventcommand.h.
Referenced by EventCommandXmlHandler::CharacterData(), RawStruct< RPG::EventCommand >::LcfSize(), RawStruct< RPG::EventCommand >::ReadLcf(), RawStruct< RPG::EventCommand >::WriteLcf(), and RawStruct< RPG::EventCommand >::WriteXml().
std::string RPG::EventCommand::string |
Definition at line 26 of file rpg_eventcommand.h.
Referenced by EventCommandXmlHandler::CharacterData(), RawStruct< RPG::EventCommand >::LcfSize(), RawStruct< RPG::EventCommand >::ReadLcf(), RawStruct< RPG::EventCommand >::WriteLcf(), and RawStruct< RPG::EventCommand >::WriteXml().