mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 00:36:40 +00:00
More headpart types
This commit is contained in:
parent
3882a5f25a
commit
7dc08b5b64
1 changed files with 8 additions and 0 deletions
|
@ -60,6 +60,14 @@ namespace ESM4
|
|||
Type_FacialHair = 4,
|
||||
Type_Scar = 5,
|
||||
Type_Eyebrows = 6,
|
||||
// FO4+
|
||||
Type_Meatcaps = 7,
|
||||
Type_Teeth = 8,
|
||||
Type_HeadRear = 9,
|
||||
// Starfield
|
||||
// 10 and 11 are unknown
|
||||
Type_LeftEye = 12,
|
||||
Type_Eyelashes = 13,
|
||||
};
|
||||
|
||||
ESM::FormId mAdditionalPart;
|
||||
|
|
Loading…
Reference in a new issue