WoW:API GetActionInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (l2wiki)
(absoluteID -> globalID)
Line 7: Line 7:


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


:;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)
:;id : Returns the spell id in the spell book.  (the place in the spell book it appears)
:;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 06:15, 26 April 2009

WoW API < GetActionInfo

Parameters

Arguments

slot

Returns

type, id, subType, globalID
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.
globalID
Integer - The global spell number, found on wowhead or through COMBAT_LOG_EVENT