liblcf
|
Static Public Member Functions | |
static void | ReadLcf (RPG::EventCommand &ref, LcfReader &stream, uint32_t length) |
static void | WriteLcf (const RPG::EventCommand &ref, LcfWriter &stream) |
static int | LcfSize (const RPG::EventCommand &ref, LcfWriter &stream) |
static void | WriteXml (const RPG::EventCommand &ref, XmlWriter &stream) |
static void | BeginXml (RPG::EventCommand &ref, XmlReader &stream) |
Definition at line 13 of file ldb_eventcommand.cpp.
|
static |
Definition at line 126 of file ldb_eventcommand.cpp.
References XmlReader::SetHandler().
|
static |
Definition at line 55 of file ldb_eventcommand.cpp.
References RPG::EventCommand::code, LcfWriter::Decode(), RPG::EventCommand::indent, LcfReader::IntSize(), RPG::EventCommand::parameters, and RPG::EventCommand::string.
|
static |
Reads Event Command.
Definition at line 33 of file ldb_eventcommand.cpp.
References RPG::EventCommand::code, RPG::EventCommand::indent, RPG::EventCommand::parameters, LcfReader::Read(), LcfReader::ReadInt(), LcfReader::ReadString(), and RPG::EventCommand::string.
|
static |
Definition at line 44 of file ldb_eventcommand.cpp.
References RPG::EventCommand::code, LcfWriter::Decode(), RPG::EventCommand::indent, RPG::EventCommand::parameters, RPG::EventCommand::string, LcfWriter::Write(), and LcfWriter::WriteInt().
|
static |
Definition at line 68 of file ldb_eventcommand.cpp.
References XmlWriter::BeginElement(), RPG::EventCommand::code, XmlWriter::EndElement(), RPG::EventCommand::indent, RPG::EventCommand::parameters, RPG::EventCommand::string, and XmlWriter::WriteNode().