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