WoW:API GetInventoryItemLink: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 17: Line 17:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|GetInventoryItemLink]]
[[Category:API Inventory Functions|GetInventoryItemLink]]
[[Category:API Item Functions|GetInventoryItemLink]]

Revision as of 14:37, 27 August 2005

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