liblcf
|
Static Public Member Functions | |
static void | ReadLcf (std::vector< RPG::MoveCommand > &ref, LcfReader &stream, uint32_t length) |
static void | WriteLcf (const std::vector< RPG::MoveCommand > &ref, LcfWriter &stream) |
static int | LcfSize (const std::vector< RPG::MoveCommand > &ref, LcfWriter &stream) |
static void | WriteXml (const std::vector< RPG::MoveCommand > &ref, XmlWriter &stream) |
static void | BeginXml (std::vector< RPG::MoveCommand > &ref, XmlReader &stream) |
Definition at line 24 of file lmu_movecommand.cpp.
|
static |
Definition at line 220 of file lmu_movecommand.cpp.
References XmlReader::SetHandler().
|
static |
Definition at line 191 of file lmu_movecommand.cpp.
|
static |
Reads Move Commands.
Definition at line 175 of file lmu_movecommand.cpp.
References RawStruct< T >::ReadLcf(), and LcfReader::Tell().
|
static |
Definition at line 185 of file lmu_movecommand.cpp.
|
static |
Definition at line 199 of file lmu_movecommand.cpp.