OpenMW
|
#include <loadarmo.hpp>
Public Member Functions | |
void | add (ESMReader &esm) |
Load one part, assumes the subrecord name was already read. More... | |
void | load (ESMReader &esm) |
TODO: remove this method. The ESM format does not guarantee that all Part subrecords follow one another. More... | |
void | save (ESMWriter &esm) const |
Public Attributes | |
std::vector< PartReference > | mParts |
void ESM::PartReferenceList::add | ( | ESMReader & | esm | ) |
Load one part, assumes the subrecord name was already read.
void ESM::PartReferenceList::load | ( | ESMReader & | esm | ) |
TODO: remove this method. The ESM format does not guarantee that all Part subrecords follow one another.
void ESM::PartReferenceList::save | ( | ESMWriter & | esm | ) | const |
std::vector<PartReference> ESM::PartReferenceList::mParts |