OpenMW
|
#include <filter.hpp>
Public Member Functions | |
void | load (ESMReader &esm, bool &isDeleted) |
void | save (ESMWriter &esm, bool isDeleted=false) const |
void | blank () |
Set record to default state (does not touch the ID). More... | |
Public Attributes | |
std::string | mId |
std::string | mDescription |
std::string | mFilter |
Static Public Attributes | |
static unsigned int | sRecordId = REC_FILT |
void ESM::Filter::blank | ( | ) |
Set record to default state (does not touch the ID).
std::string ESM::Filter::mDescription |
std::string ESM::Filter::mFilter |
std::string ESM::Filter::mId |