WoW:API GetActionInfo: Difference between revisions
Jump to navigation
Jump to search
(New page: == Parameters == <big>'''Arguments'''</big> :Action ID <big>'''Returns'''</big> : :;bottomLeftState : Flag - 1 if the left-hand bottom action bar is shown, nil otherwise. :;bottomRightSt...) |
m (Move page script moved page API GetActionInfo to API GetActionInfo without leaving a redirect) |
||
(6 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
{{stub/API}} | |||
{{cleanup}} | |||
== Parameters == | == Parameters == | ||
<big>'''Arguments'''</big> | <big>'''Arguments'''</big> | ||
:slot | :[[ActionSlot|slot]] | ||
<big>'''Returns'''</big> | <big>'''Returns'''</big> | ||
:type, | :type, globalID, subType | ||
:;type : Returns ability type. ie: spell | :;type : Returns ability type. ie: spell | ||
;;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. |
Latest revision as of 04:45, 15 August 2023
← WoW API < GetActionInfo
This article or section needs to be cleaned up
|
Parameters[edit]
Arguments
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.