Files
wow-weakauras/Meta/api/GetShapeshiftFormInfo.lua
2024-11-07 23:12:37 +01:00

10 lines
333 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string texture
---@return string name
---@return 1nil isActive
---@return 1nil isCastable
---@return number spellID
---Returns information about an ability on the stance/shapeshift bar
function GetShapeshiftFormInfo(index) end