7 lines
495 B
Lua
7 lines
495 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@param slot number
|
|
---@return string link
|
|
---Returns an item link for an item in the unit's inventory. The player's inventory is actually extended to include items in the bank, items in the player's containers and the player's key ring in addition to the items the player has equipped. The appropriate inventoryID can be found by calling the appropriate function.
|
|
function GetInventoryItemLink(unit, slot) end |