DB/AnimKitConfig: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'New in Cataclysm. Category:DBC')
 
No edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
New in Cataclysm.


[[Category:DBC]]
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
 
 
==???==
===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_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;
};