Home
last modified time | relevance | path

Searched defs:Clothing (Results 1 – 4 of 4) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/components/esm/
H A Dloadclot.hpp18 struct Clothing struct
20 static unsigned int sRecordId;
22 static std::string getRecordType() { return "Clothing"; } in getRecordType()
24 enum Type
38 struct CTDTstruct
45 CTDTstruct mData;
47 PartReferenceList mParts;
49 std::string mId, mName, mModel, mIcon, mEnchant, mScript;
H A Dloadclas.hpp28 Clothing = 0x00004, enumerator
H A Dloadnpc.hpp35 Clothing = 0x00004, enumerator
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwclass/
H A Dclothing.hpp8 class Clothing : public MWWorld::Class class