Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
(removed code block)
Line 2: Line 2:
   
 
Gets the available count for an action, if applicable.
 
Gets the available count for an action, if applicable.
 
text = GetActionCount(actionSlot)
{{Code/Begin}}
 
text = GetActionCount(actionSlot)
 
{{Code/End}}
 
   
 
== Parameters ==
 
== Parameters ==

Revision as of 23:48, 12 May 2007

Gets the available count for an action, if applicable.

text = GetActionCount(actionSlot)

Parameters

Arguments

actionSlot - ActionSlot
The queried action slot.

Returns

text - Number
  • The action's count as displayed on the action's icon; e.g. for a potion action, returns the number of potions left.
  • 0, if the action has no count or if the specified action slot is empty


See Also

  • Use IsConsumableAction(slot) to determine whether a returned 0 means that there are no more charges of the item, or whether it simply doesn't have a count.