WoW:API GetActionInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetActionInfo to API GetActionInfo without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{wowapi}}
{{stub/API}}
{{stub/API}}
{{cleanup}}
{{cleanup}}
== Parameters ==
== Parameters ==
<big>'''Arguments'''</big>
<big>'''Arguments'''</big>
:slot
:[[ActionSlot|slot]]


<big>'''Returns'''</big>
<big>'''Returns'''</big>
:type, id, subType
: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. (seems to be the same as type).
:;subType : Returns ability subType.
 
[[Category:World of Warcraft API]]

Latest revision as of 04:45, 15 August 2023

WoW API < GetActionInfo

Parameters[edit]

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.