|
liblcf
|
Collaboration diagram for RawStruct< RPG::Equipment >:Static Public Member Functions | |
| static void | ReadLcf (RPG::Equipment &ref, LcfReader &stream, uint32_t length) |
| static void | WriteLcf (const RPG::Equipment &ref, LcfWriter &stream) |
| static int | LcfSize (const RPG::Equipment &ref, LcfWriter &stream) |
| static void | WriteXml (const RPG::Equipment &ref, XmlWriter &stream) |
| static void | BeginXml (RPG::Equipment &ref, XmlReader &stream) |
Definition at line 12 of file ldb_equipment.cpp.
|
static |
Definition at line 84 of file ldb_equipment.cpp.
References XmlReader::SetHandler().
Here is the call graph for this function:
|
static |
Definition at line 39 of file ldb_equipment.cpp.
|
static |
Reads Equipment.
Definition at line 23 of file ldb_equipment.cpp.
References RPG::Equipment::accessory_id, RPG::Equipment::armor_id, RPG::Equipment::helmet_id, LcfReader::Read(), RPG::Equipment::shield_id, and RPG::Equipment::weapon_id.
Here is the call graph for this function:
|
static |
Definition at line 31 of file ldb_equipment.cpp.
References RPG::Equipment::accessory_id, RPG::Equipment::armor_id, RPG::Equipment::helmet_id, RPG::Equipment::shield_id, RPG::Equipment::weapon_id, and LcfWriter::Write().
Here is the call graph for this function:
|
static |
Definition at line 43 of file ldb_equipment.cpp.
References RPG::Equipment::accessory_id, RPG::Equipment::armor_id, XmlWriter::BeginElement(), XmlWriter::EndElement(), RPG::Equipment::helmet_id, RPG::Equipment::shield_id, RPG::Equipment::weapon_id, and XmlWriter::WriteNode().
Here is the call graph for this function: