Initial commit
This commit is contained in:
8
api/GetInventoryItemGems.lua
Normal file
8
api/GetInventoryItemGems.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user