OpenMW
|
#include <loadglob.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 |
Variant | mValue |
Static Public Attributes | |
static unsigned int | sRecordId = REC_GLOB |
void ESM::Global::blank | ( | ) |
Set record to default state (does not touch the ID).
void ESM::Global::load | ( | ESMReader & | esm | ) |
void ESM::Global::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::Global::mId |
unsigned int ESM::Global::sRecordId = REC_GLOB [static] |