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