DB/AnimKitBoneSet: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
m (Added Cataclysm category, and put the data into a table.)
Line 1: Line 1:
New in Cataclysm.
New in Cataclysm.


struct AnimKitBoneSetEntry // sizeof(0x18)
{| style="background:#FCFCFC; color:black"
{
|-
    m_ID; // +0x0, size 0x4, type 0
! width="80" | Column
    m_name; // +0x4, size 0x4, type 2
! width="180" | Field
    m_boneDataID; // +0x8, size 0x4, type 0
! width="80" | Type
    m_parentAnimKitBoneSetID; // +0xC, size 0x4, type 0
! width="500" | Notes
    m_extraBoneCount; // +0x10, size 0x4, type 0
|-
    m_altAnimKitBoneSetID; // +0x14, size 0x4, type 0
| 1 || ID || Integer ||
};
|-
| 2 || Name || String ||
|- style="background:#F0F8FF;"
| 3 || boneDataID || iRefID || What is this a reference to?
|- style="background:#F0F8FF;"
| 3 || [[animKitBoneSet.dbc|parentID]] || iRefID ||
|-
| 4 || extraBoneCount || Integer ||
|-
| 5 || [[AnimKitBoneSet.dbc|altAnimKitBoneSetID]] || iRefID ||
|}


[[Category:DBC]]
[[Category:DBC]][[Category:DBC_Cataclysm]]

Revision as of 21:35, 20 January 2014

New in Cataclysm.

Column Field Type Notes
1 ID Integer
2 Name String
3 boneDataID iRefID What is this a reference to?
3 parentID iRefID
4 extraBoneCount Integer
5 altAnimKitBoneSetID iRefID