DB/AttackAnimKits: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 12: Line 12:


==Wrath==
==Wrath==
===3.0.2.8905===
===3.0.2.8905-3.3.5.12340===
====Table====
{| style="background:#FCFCFC; color:black"
|-  
! width="80" | Column
! width="180 " | Field
! width="80" | Type
! width="600" | Notes
|-
|1  || ID  || Integer  ||
|- style="background:#F0F8FF;"
|2  || [[AnimationData.dbc|Animation]]  || iRefID  || Non-combat animid most of the time.
|- style="background:#F0F8FF;"
|3  || [[AttackAnimTypes.dbc|Type]] ||  iRefID ||
|-
|4 || Flags || Integer || (001,010,100)
|-
|5  || Unknown  || Boolean  || Only true for type being OffH_*.
|}
===3.3.5.12340===
====Table====
====Table====
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"

Revision as of 12:39, 16 July 2016

Classic

0.5.3.3368

Struct

struct AttackAnimKitsRec {
  uint32_t m_ID;
  uint32_t m_ItemSubclassID;
  uint32_t m_AnimTypeID;
  uint32_t m_AnimFrequency;
  uint32_t m_WhichHand;
};

Wrath

3.0.2.8905-3.3.5.12340

Table

Column Field Type Notes
1 ID Integer
2 Animation iRefID Non-combat animid most of the time.
3 Type iRefID
4 Flags Integer (001,010,100)
5 Unknown Boolean Only true for type being OffH_*.