WoW:API SetItemRef: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 3: Line 3:
Displays an item information box from a specified link.
Displays an item information box from a specified link.


SetItemRef(itemLink);


<pre>
== Parameters ==
    SetItemRef(itemLink);
=== Arguments ===
</pre>
:itemLink
== ==
:;(string) : itemLink is the item id (eg 'item:3577:0:0:276308480' is a [Gold Bar]).
<b><i>Arguments</i></b>
----
 
__NOTOC__
 
{{Template:WoW API}}
<b>itemLink</b>
<br>(string)
<br>itemLink is the item id (eg 'item:3577:0:0:276308480' is a [Gold Bar]).

Revision as of 04:52, 2 August 2005

SetItemRef -Documentation by Deathshadow-

Displays an item information box from a specified link.

SetItemRef(itemLink);

Parameters

Arguments

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

Template:WoW API