WoW:API GetInventoryItemLink

From AddOn Studio
Revision as of 21:46, 10 April 2005 by WoWWiki>Flickering (New document)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetInventoryItemLink - Documentation by Flickering

Get a link string for the specified item.

link = GetInventoryItemLink("unit", slotId)

Parameters

Arguments

("unit", slotId)
unit
String - The UnitId of the unit whose inventory is to be queried.
slotId
Numeric - The inventory slot to be queried, obtained via GetInventorySlotInfo.

Returns

link
link
String - The link string for the specified item, or nil if the slot is empty.

Template:WoW API