OpenMW
|
#include <loadclot.hpp>
Classes | |
struct | CTDTstruct |
Public Types | |
enum | Type { Pants = 0, Shoes = 1, Shirt = 2, Belt = 3, Robe = 4, RGlove = 5, LGlove = 6, Skirt = 7, Ring = 8, Amulet = 9 } |
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 | |
CTDTstruct | mData |
PartReferenceList | mParts |
std::string | mId |
std::string | mName |
std::string | mModel |
std::string | mIcon |
std::string | mEnchant |
std::string | mScript |
Static Public Attributes | |
static unsigned int | sRecordId = REC_CLOT |
enum ESM::Clothing::Type |
void ESM::Clothing::blank | ( | ) |
Set record to default state (does not touch the ID).
void ESM::Clothing::load | ( | ESMReader & | esm | ) |
void ESM::Clothing::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::Clothing::mEnchant |
std::string ESM::Clothing::mIcon |
std::string ESM::Clothing::mId |
std::string ESM::Clothing::mModel |
std::string ESM::Clothing::mName |
std::string ESM::Clothing::mScript |
unsigned int ESM::Clothing::sRecordId = REC_CLOT [static] |