WoW:API SetItemRef: Difference between revisions

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

Revision as of 15:12, 4 January 2006

SetItemRef -Documentation by Deathshadow-

Displays an item information box from a specified link.

SetItemRef(itemLink);

Parameters

Arguments

itemLink
itemLink
String - itemLink is the item id (eg 'item:3577:0:0:276308480' is a [Gold Bar]).

Returns

Returns nil


Last updated: Patch 1.6.1

Template:WoW API