DB/AnimKitConfig: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
New in Cataclysm.


  struct AnimKitConfigEntry // sizeof(0x8)
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
  {
 
    m_ID; // +0x0, size 0x4, type 0
 
    m_configFlags; // +0x4, size 0x4, type 0
==???==
===Table===
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|-
| 1 || ID || Integer ||
|- style="background:#F0F8FF;"
| 2 || configFlags || Integer ||
|}
   
==Warlords==
===6.0.1.18179===
====Struct====
  struct AnimKitConfigRec {
  uint32_t m_ID;
  uint32_t m_configFlags;
  };
  };
 
[[Category:DBC]]
[[Category:DBC]][[Category:DBC_Cataclysm]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 02:53, 20 July 2016

≥ Cata


???

Table

Column Field Type Notes
1 ID Integer
2 configFlags Integer

Warlords

6.0.1.18179

Struct

struct AnimKitConfigRec {
  uint32_t m_ID;
  uint32_t m_configFlags;
};