WoW:API GetActionInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Made link)
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{stub/API}}
{{stub/API}}
{{cleanup}}
{{cleanup}}
Line 11: Line 12:
:;id : Returns the spell id in the spell book.  (the place in the spell book it appears)
:;id : Returns the spell id in the spell book.  (the place in the spell book it appears)
:;subType : Returns ability subType.  (seems to be the same as type).
:;subType : Returns ability subType.  (seems to be the same as type).
[[Category:World of Warcraft API]]

Revision as of 21:22, 12 August 2008

WoW API < GetActionInfo

Parameters

Arguments

slot

Returns

type, id, subType
type
Returns ability type. ie: spell
id
Returns the spell id in the spell book. (the place in the spell book it appears)
subType
Returns ability subType. (seems to be the same as type).