OpenMW
Classes | Public Types | Public Member Functions | Public Attributes | Static Public Attributes
ESM::Clothing Struct Reference

#include <loadclot.hpp>

List of all members.

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

Member Enumeration Documentation

Enumerator:
Pants 
Shoes 
Shirt 
Belt 
Robe 
RGlove 
LGlove 
Skirt 
Ring 
Amulet 

Member Function Documentation

Set record to default state (does not touch the ID).

void ESM::Clothing::load ( ESMReader esm)
void ESM::Clothing::save ( ESMWriter esm) const

Member Data Documentation

std::string ESM::Clothing::mIcon
std::string ESM::Clothing::mId
std::string ESM::Clothing::mModel
std::string ESM::Clothing::mName
unsigned int ESM::Clothing::sRecordId = REC_CLOT [static]

The documentation for this struct was generated from the following files: