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 20 of file lmu_movecommand.cpp.
|
static |
Definition at line 216 of file lmu_movecommand.cpp.
References XmlReader::SetHandler().
|
static |
Definition at line 187 of file lmu_movecommand.cpp.
|
static |
Reads Move Commands.
Definition at line 171 of file lmu_movecommand.cpp.
References RawStruct< T >::ReadLcf(), and LcfReader::Tell().
|
static |
Definition at line 181 of file lmu_movecommand.cpp.
|
static |
Definition at line 195 of file lmu_movecommand.cpp.