DB/AttackAnimTypes: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
==0.5.3.3368==
__TOC__
==Classic==
===0.5.3.3368===
====Struct====
  struct AttackAnimTypesRec {
  struct AttackAnimTypesRec {
   uint32_t m_AnimID;
   uint32_t m_AnimID;
   {{Template:Type|stringref}} m_AnimName;
   {{Template:Type|stringref}} m_AnimName;
  };
  };
==Structure==
 
==Wrath==
===3.0.2.8905===
====Table====
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180 " | Field
! width="80" | Type
! width="600" | Notes
|-
|1  || ID  || Integer  ||
|-
|2  || Name  || String  || Name of attack animation
|}
===3.3.5.12340===
====Table====
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 17: Line 36:
|}
|}


[[Category:DBC]][[Category:3.0.2.8905]][[Category:DBC_WotLK]]
[[Category:DBC]][[Category:DBC_WotLK]][[Category:3.3.5.12340]]

Revision as of 19:58, 13 July 2016

Classic

0.5.3.3368

Struct

struct AttackAnimTypesRec {
  uint32_t m_AnimID;
  stringref m_AnimName;
};

Wrath

3.0.2.8905

Table

Column Field Type Notes
1 ID Integer
2 Name String Name of attack animation

3.3.5.12340

Table

Column Field Type Notes
1 ID Integer
2 Name String Name of attack animation