1 #ifndef OPENMW_ESM_PROBE_H
2 #define OPENMW_ESM_PROBE_H
void blank()
Set record to default state (does not touch the ID).
Definition: loadprob.cpp:76
std::string mId
Definition: loadprob.hpp:28
void load(ESMReader &esm, bool &isDeleted)
Definition: loadprob.cpp:11
Definition: esmreader.hpp:21
Definition: loadprob.hpp:12
std::string mIcon
Definition: loadprob.hpp:28
std::string mName
Definition: loadprob.hpp:28
Data mData
Definition: loadprob.hpp:27
std::string mModel
Definition: loadprob.hpp:28
static unsigned int sRecordId
Definition: loadprob.hpp:14
void save(ESMWriter &esm, bool isDeleted=false) const
Definition: loadprob.cpp:58
float mQuality
Definition: loadprob.hpp:23
Definition: esmwriter.hpp:17
int mValue
Definition: loadprob.hpp:21
static std::string getRecordType()
Return a string descriptor for this record type. Currently used for debugging / error logs only...
Definition: loadprob.hpp:16
std::string mScript
Definition: loadprob.hpp:28
float mWeight
Definition: loadprob.hpp:20
int mUses
Definition: loadprob.hpp:24
Definition: loadprob.hpp:18