DB/CharComponentTextureLayouts: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 26: Line 26:
[[Category:DBC_Cataclysm]]
[[Category:DBC_Cataclysm]]
[[Category:DBC_MoP]]
[[Category:DBC_MoP]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Revision as of 01:02, 6 November 2014

Contains the sizes of the character skinning textures referenced in CharComponentTextureSections. There are only 2 layouts currently, 512x512 and 1024x512.

Structure

Column Field Type Notes
1 ID Integer
2 Width Integer
3 Height Integer

6.0.1.18179

struct CharComponentTextureLayoutsRec {
  uint32_t m_ID;
  uint32_t m_width;
  uint32_t m_height;
};