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 22 of file ldb_eventcommand.cpp.
|
static |
Definition at line 192 of file ldb_eventcommand.cpp.
References XmlReader::SetHandler().
|
static |
Definition at line 162 of file ldb_eventcommand.cpp.
|
static |
Reads event commands.
Definition at line 133 of file ldb_eventcommand.cpp.
References LcfReader::FromCurrent, LcfReader::Read(), RawStruct< T >::ReadLcf(), LcfReader::Seek(), LcfReader::Tell(), and LcfReader::Ungetch().
|
static |
Definition at line 154 of file ldb_eventcommand.cpp.
References LcfWriter::WriteInt().
|
static |
Definition at line 171 of file ldb_eventcommand.cpp.