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