liblcf
|
Static Public Member Functions | |
static void | ReadLcf (RPG::MoveCommand &ref, LcfReader &stream, uint32_t length) |
static void | WriteLcf (const RPG::MoveCommand &ref, LcfWriter &stream) |
static int | LcfSize (const RPG::MoveCommand &ref, LcfWriter &stream) |
static void | WriteXml (const RPG::MoveCommand &ref, XmlWriter &stream) |
static void | BeginXml (RPG::MoveCommand &ref, XmlReader &stream) |
Definition at line 15 of file lmu_movecommand.cpp.
|
static |
Definition at line 168 of file lmu_movecommand.cpp.
References XmlReader::SetHandler().
|
static |
Definition at line 81 of file lmu_movecommand.cpp.
References RPG::MoveCommand::Code::change_graphic, RPG::MoveCommand::command_id, LcfWriter::Decode(), LcfReader::IntSize(), RPG::MoveCommand::parameter_a, RPG::MoveCommand::parameter_b, RPG::MoveCommand::parameter_c, RPG::MoveCommand::parameter_string, RPG::MoveCommand::Code::play_sound_effect, RPG::MoveCommand::Code::switch_off, and RPG::MoveCommand::Code::switch_on.
|
static |
Reads Move Command.
Definition at line 35 of file lmu_movecommand.cpp.
References RPG::MoveCommand::Code::change_graphic, RPG::MoveCommand::command_id, RPG::MoveCommand::parameter_a, RPG::MoveCommand::parameter_b, RPG::MoveCommand::parameter_c, RPG::MoveCommand::parameter_string, RPG::MoveCommand::Code::play_sound_effect, LcfReader::Read(), LcfReader::ReadInt(), LcfReader::ReadString(), RPG::MoveCommand::Code::switch_off, and RPG::MoveCommand::Code::switch_on.
|
static |
Definition at line 57 of file lmu_movecommand.cpp.
References RPG::MoveCommand::Code::change_graphic, RPG::MoveCommand::command_id, LcfWriter::Decode(), RPG::MoveCommand::parameter_a, RPG::MoveCommand::parameter_b, RPG::MoveCommand::parameter_c, RPG::MoveCommand::parameter_string, RPG::MoveCommand::Code::play_sound_effect, RPG::MoveCommand::Code::switch_off, RPG::MoveCommand::Code::switch_on, LcfWriter::Write(), and LcfWriter::WriteInt().
|
static |
Definition at line 107 of file lmu_movecommand.cpp.
References XmlWriter::BeginElement(), RPG::MoveCommand::Code::change_graphic, RPG::MoveCommand::command_id, XmlWriter::EndElement(), RPG::MoveCommand::parameter_a, RPG::MoveCommand::parameter_b, RPG::MoveCommand::parameter_c, RPG::MoveCommand::parameter_string, RPG::MoveCommand::Code::play_sound_effect, RPG::MoveCommand::Code::switch_off, RPG::MoveCommand::Code::switch_on, and XmlWriter::WriteNode().