Update
This commit is contained in:
@@ -1,24 +1,22 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@alias actionType
|
||||
---| "companion"
|
||||
---| "equipmentset"
|
||||
---| "flyout"
|
||||
---| "item"
|
||||
---| "macro"
|
||||
---| "spell"
|
||||
---@alias actionSubType
|
||||
---| "CRITTER"
|
||||
---| "MOUNT"
|
||||
---| "spell"
|
||||
|
||||
---@param slot number
|
||||
---@return spell type
|
||||
---@return companion
|
||||
---@return equipmentset
|
||||
---@return flyout
|
||||
---@return item
|
||||
---@return macro
|
||||
---@return spell
|
||||
---@return spell id
|
||||
---@return companion
|
||||
---@return equipmentset
|
||||
---@return item
|
||||
---@return macro
|
||||
---@return spell
|
||||
---@return id subType
|
||||
---@return id CRITTER
|
||||
---@return id MOUNT
|
||||
---@return id spell
|
||||
---@return string spellID
|
||||
---@return actionType #type
|
||||
---@return string|number #id
|
||||
---@return actionSubType #subType
|
||||
---@return string #spellID
|
||||
---Returns information about an action slot
|
||||
function GetActionInfo(slot) end
|
||||
|
||||
Reference in New Issue
Block a user