WoW:API IsConsumableAction: Difference between revisions

upgraded code block
No edit summary
(upgraded code block)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}


<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Tests if the action is linked to a consumable item.
Tests if the action is linked to a consumable item.


<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
isTrue = IsConsumableAction(slotID)
{{Code/Begin}}
isTrue = IsConsumableAction(slotID)
{{Code/End}}
 


== Parameters ==
== Parameters ==
Anonymous user