WoW:API SetItemRef: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<center><strong>SetItemRef</strong> -Documentation by Deathshadow-</center>
<center>'''SetItemRef''' ''-Documentation by [[user:Deathshadow|Deathshadow]]-''</center>


Displays an item information box from a specified link.
Displays an item information box from a specified link.
Line 8: Line 8:
=== Arguments ===
=== Arguments ===
:itemLink
:itemLink
:;(string) : itemLink is the item id (eg 'item:3577:0:0:276308480' is a [Gold Bar]).
:;itemLink : String - itemLink is the item id (eg 'item:3577:0:0:276308480' is a [Gold Bar]).
 
=== Returns ===
:;''Returns nil''
 
<br><center><i>Last updated: Patch 1.6.1</i></center>
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Item Functions|SetItemRef]]

Revision as of 19:22, 19 August 2005

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