OpenMW
|
#include <loadappa.hpp>
Classes | |
struct | AADTstruct |
Public Types | |
enum | AppaType { MortarPestle = 0, Albemic = 1, Calcinator = 2, Retort = 3 } |
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 | |
AADTstruct | mData |
std::string | mId |
std::string | mModel |
std::string | mIcon |
std::string | mScript |
std::string | mName |
Static Public Attributes | |
static unsigned int | sRecordId = REC_APPA |
void ESM::Apparatus::blank | ( | ) |
Set record to default state (does not touch the ID).
void ESM::Apparatus::load | ( | ESMReader & | esm | ) |
void ESM::Apparatus::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::Apparatus::mIcon |
std::string ESM::Apparatus::mId |
std::string ESM::Apparatus::mModel |
std::string ESM::Apparatus::mName |
std::string ESM::Apparatus::mScript |
unsigned int ESM::Apparatus::sRecordId = REC_APPA [static] |