This commit is contained in:
2025-05-06 22:43:25 +02:00
parent 90f71c5c56
commit 51a48175fa
8 changed files with 153 additions and 37 deletions

View File

@@ -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