DB/HelmetGeosetData: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "Used for hiding certain elements of the face on certain races for certain helmets. If table contains data for current race, the mesh group will reset to default value: 1, 10...")
 
No edit summary
Line 1: Line 1:
{{SectionBox|This database was introduced in {{Sandbox/PrettyVersion|expansionlevel=8}}.}}
Used for hiding certain elements of the face on certain races for certain helmets.  
Used for hiding certain elements of the face on certain races for certain helmets.  



Revision as of 20:38, 22 February 2019

This database was introduced in Battle.

Used for hiding certain elements of the face on certain races for certain helmets.

If table contains data for current race, the mesh group will reset to default value: 1, 101, 201 etc


8.1.5.29484

struct HelmetGeosetDataRec {
  uint32_t m_ID;
  uint32_t m_RaceId;
  uint8_t m_GeosetGroup;
  uint32_t GeosetVisDataId; // ref, has values equal to HelmetGeosetVisDataRec.m_ID
};