DB/AnimReplacementSet: Difference between revisions

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


struct AnimReplacementSetEntry // sizeof(0x8)
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
  {
 
    m_ID; // +0x0, size 0x4, type 0
 
    m_execOrder; // +0x4, size 0x4, type 0
==Warlords==
===6.0.1.18179===
====Struct====
  struct AnimReplacementSetRec {
  uint32_t m_ID;
  uint32_t m_execOrder;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 02:53, 20 July 2016

≥ Cata


Warlords

6.0.1.18179

Struct

struct AnimReplacementSetRec {
  uint32_t m_ID;
  uint32_t m_execOrder;
};