OpenMW
|
#include <loadfact.hpp>
Classes | |
struct | FADTstruct |
struct | Reaction |
Public Member Functions | |
void | load (ESMReader &esm) |
void | save (ESMWriter &esm) const |
void | blank () |
Set record to default state (does not touch the ID/index). | |
Public Attributes | |
std::string | mId |
std::string | mName |
FADTstruct | mData |
std::vector< Reaction > | mReactions |
std::string | mRanks [10] |
Static Public Attributes | |
static unsigned int | sRecordId = REC_FACT |
void ESM::Faction::blank | ( | ) |
Set record to default state (does not touch the ID/index).
void ESM::Faction::load | ( | ESMReader & | esm | ) |
void ESM::Faction::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::Faction::mId |
std::string ESM::Faction::mName |
std::string ESM::Faction::mRanks[10] |
std::vector<Reaction> ESM::Faction::mReactions |
unsigned int ESM::Faction::sRecordId = REC_FACT [static] |