8 lines
406 B
Lua
8 lines
406 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param slot number
|
|
---@return itemID gem1
|
|
---@return itemID gem2
|
|
---@return itemID gem3
|
|
---Returns the gems socketed in an equipped item. The IDs returned refer to the gems themselves (not the enchantments they provide), and thus can be passed to GetItemInfo() to get a gem's name, quality, icon, etc.
|
|
function GetInventoryItemGems(slot) end |