Navigation menu

WoW:API IsItemInRange: Difference between revisions

Jump to navigation Jump to search
added itemId as possible param
(Added itemLink as parameter and removed the wrong "0 = false" statement)
(added itemId as possible param)
Line 5: Line 5:
== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
:("itemName" or "[[itemLink]]", "[[unitId|unit]]")
:(itemId or "itemName" or "[[itemLink]]", "[[unitId|unit]]")


:;itemId : Integer - The numeric ID of the item. ie. 12345
:;itemName : String - The Name of the Item, e.g. "Heavy Silk Bandage"
:;itemName : String - The Name of the Item, e.g. "Heavy Silk Bandage"
:;[[itemLink]] : String - The [[itemLink]], when Shift-Clicking items.
:;[[itemLink]] : String - The [[itemLink]], when Shift-Clicking items.
Anonymous user