wowpedia
Main Menu


Returns true if an action is a consumable, i.e. it has a count.

isTrue = IsConsumableAction(slotID)

Parameters

Arguments

slotID - ActionSlot
The tested action slot.

Returns

isTrue - Boolean
  • True if the action in the specified slot is linked to a consumable, e.g. a potion action.
  • False if the action is not consumable or if the action is empty.

Details

Details

References

  1. ^ [1], Blizzard forum discussion on GetActionCount() removal from Classic