49
edits
m (Added Stub/API template) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{wowapi}} | ||
== Parameters == | |||
=== Arguments === | |||
:;slot : number - the loot slot. | |||
=== Returns === | === Returns === | ||
<!-- List each return value, together with its type --> | <!-- List each return value, together with its type --> | ||
:;isLootItem : | :;isLootItem : boolean - is it a loot item instead of a coin | ||
== Example == | == Example == | ||
| Line 20: | Line 25: | ||
end | end | ||
DEFAULT_CHAT_FRAME:AddMessage(itemLinkText) | DEFAULT_CHAT_FRAME:AddMessage(itemLinkText) | ||
== Notes == | |||
* Renamed from LootSlotIsItem in 5.0.4 | |||
[[Category:World of Warcraft API]] | [[Category:World of Warcraft API]] | ||