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 28 of file ldb_eventcommand.cpp.
|
static |
Definition at line 229 of file ldb_eventcommand.cpp.
References BeginXml().
Referenced by BeginXml().
|
static |
Definition at line 199 of file ldb_eventcommand.cpp.
References lcf::RawStruct< T >::LcfSize(), and LcfSize().
Referenced by LcfSize().
|
static |
Reads event commands.
Definition at line 146 of file ldb_eventcommand.cpp.
References lcf::RawStruct< T >::ReadLcf(), ReadLcf(), and lcf::Log::Warning().
Referenced by ReadLcf().
|
static |
Definition at line 191 of file ldb_eventcommand.cpp.
References lcf::RawStruct< T >::WriteLcf(), and WriteLcf().
Referenced by WriteLcf().
|
static |
Definition at line 208 of file ldb_eventcommand.cpp.
References lcf::RawStruct< T >::WriteXml(), and WriteXml().
Referenced by WriteXml().