OpenMW
|
#include <loadbsgn.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/index). | |
Public Attributes | |
std::string | mId |
std::string | mName |
std::string | mDescription |
std::string | mTexture |
SpellList | mPowers |
Static Public Attributes | |
static unsigned int | sRecordId = REC_BSGN |
void ESM::BirthSign::blank | ( | ) |
Set record to default state (does not touch the ID/index).
void ESM::BirthSign::load | ( | ESMReader & | esm | ) |
void ESM::BirthSign::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::BirthSign::mDescription |
std::string ESM::BirthSign::mId |
std::string ESM::BirthSign::mName |
std::string ESM::BirthSign::mTexture |
unsigned int ESM::BirthSign::sRecordId = REC_BSGN [static] |