OpenMW
|
#include <loadregn.hpp>
Classes | |
struct | SoundRef |
struct | WEATstruct |
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 | |
WEATstruct | mData |
int | mMapColor |
std::string | mId |
std::string | mName |
std::string | mSleepList |
std::vector< SoundRef > | mSoundList |
Static Public Attributes | |
static unsigned int | sRecordId = REC_REGN |
void ESM::Region::blank | ( | ) |
Set record to default state (does not touch the ID/index).
void ESM::Region::load | ( | ESMReader & | esm | ) |
void ESM::Region::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::Region::mId |
std::string ESM::Region::mName |
std::string ESM::Region::mSleepList |
std::vector<SoundRef> ESM::Region::mSoundList |
unsigned int ESM::Region::sRecordId = REC_REGN [static] |