WoW:API GetActionInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(absoluteID -> globalID)
(updated returns for 4.0.1)
Line 7: Line 7:


<big>'''Returns'''</big>
<big>'''Returns'''</big>
:type, id, subType, globalID
:type, globalID, subType


:;type : Returns ability type.  ie:  spell
:;type : Returns ability type.  ie:  spell
:;id : Returns the spell id in the spell book.  (the place in the spell book it appears)
;;globalID : Integer - The global spell number, found on wowhead or through [[API_COMBAT_LOG_EVENT|COMBAT_LOG_EVENT]]
:;subType : Returns ability subType.
:;subType : Returns ability subType.
;;globalID : Integer - The global spell number, found on wowhead or through [[API_COMBAT_LOG_EVENT|COMBAT_LOG_EVENT]]

Revision as of 20:43, 14 October 2010

WoW API < GetActionInfo

Parameters

Arguments

slot

Returns

type, globalID, subType
type
Returns ability type. ie: spell
globalID
Integer - The global spell number, found on wowhead or through COMBAT_LOG_EVENT
subType
Returns ability subType.