|
OpenMW
|
#include <loadprob.hpp>
Classes | |
| struct | Data |
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 | |
| Data | mData |
| std::string | mId |
| std::string | mName |
| std::string | mModel |
| std::string | mIcon |
| std::string | mScript |
Static Public Attributes | |
| static unsigned int | sRecordId = REC_PROB |
| void ESM::Probe::blank | ( | ) |
Set record to default state (does not touch the ID).
| void ESM::Probe::load | ( | ESMReader & | esm | ) |
| void ESM::Probe::save | ( | ESMWriter & | esm | ) | const |
| std::string ESM::Probe::mIcon |
| std::string ESM::Probe::mId |
| std::string ESM::Probe::mModel |
| std::string ESM::Probe::mName |
| std::string ESM::Probe::mScript |
unsigned int ESM::Probe::sRecordId = REC_PROB [static] |
1.7.6.1