liblcf
|
Static Public Member Functions | |
static void | ReadLcf (std::vector< RPG::EventCommand > &ref, LcfReader &stream, uint32_t length) |
static void | WriteLcf (const std::vector< RPG::EventCommand > &ref, LcfWriter &stream) |
static int | LcfSize (const std::vector< RPG::EventCommand > &ref, LcfWriter &stream) |
static void | WriteXml (const std::vector< RPG::EventCommand > &ref, XmlWriter &stream) |
static void | BeginXml (std::vector< RPG::EventCommand > &ref, XmlReader &stream) |
Definition at line 25 of file ldb_eventcommand.cpp.
|
static |
Definition at line 227 of file ldb_eventcommand.cpp.
References XmlReader::SetHandler().
|
static |
Definition at line 197 of file ldb_eventcommand.cpp.
|
static |
Reads event commands.
Definition at line 144 of file ldb_eventcommand.cpp.
References LcfReader::Eof(), LcfReader::FromCurrent, LcfReader::FromStart, LcfReader::Peek(), LcfReader::Read(), RawStruct< T >::ReadLcf(), LcfReader::Seek(), and LcfReader::Tell().
|
static |
Definition at line 189 of file ldb_eventcommand.cpp.
References LcfWriter::WriteInt().
|
static |
Definition at line 206 of file ldb_eventcommand.cpp.