C_Item.GetItemStatDelta

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_Item.GetItemStatDelta TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.png + 10.2.5
Wowprogramming.png  BTNTemp.png GetItemStatDelta Cata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 3.2.0 / 1.13.2

Needs summary.

statTable = C_Item.GetItemStatDelta(itemLink1, itemLink2)

Arguments

itemLink1
string
itemLink2
string

Returns

statTable
table - A table whose keys are also globalstrings.
Field Type Description
ITEM_MOD_CRIT_RATING_SHORT number? Critical Strike
ITEM_MOD_HASTE_RATING_SHORT number? Haste
ITEM_MOD_INTELLECT_SHORT number? Intellect
ITEM_MOD_MASTERY_RATING_SHORT number? Mastery
ITEM_MOD_STAMINA_SHORT number? Stamina
ITEM_MOD_VERSATILITY number? Versatility
RESISTANCE0_NAME number? Armor
...