OpenMW
|
#include <loadstat.hpp>
Public Member Functions | |
void | load (ESMReader &esm) |
void | save (ESMWriter &esm) const |
void | blank () |
Set record to default state (does not touch the ID). | |
Public Attributes | |
std::string | mId |
std::string | mModel |
Static Public Attributes | |
static unsigned int | sRecordId = REC_STAT |
void ESM::Static::blank | ( | ) |
Set record to default state (does not touch the ID).
void ESM::Static::load | ( | ESMReader & | esm | ) |
void ESM::Static::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::Static::mId |
std::string ESM::Static::mModel |
unsigned int ESM::Static::sRecordId = REC_STAT [static] |