WoW:API QueryCastSequence: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{framexml}} Returns information about a cast sequence's next action. index, item, spell = QueryCastSequence("sequence") == Arguments == ; sequence : String - Cast sequence str…')
 
m (Move page script moved page API QueryCastSequence to API QueryCastSequence without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

WoW API < QueryCastSequence

Returns information about a cast sequence's next action.

index, item, spell = QueryCastSequence("sequence")

Arguments[edit]

sequence
String - Cast sequence string (e.g. "reset=20/alt Moonfire, Starfire, Starfire, Wrath").

Returns[edit]

index
Number - Index of the next action in the cast sequence
item
String - string identifying an item if this action would use one; nil otherwise.
spell
String - spell name used.