Files
wow_Meta/api/GetShapeshiftFormInfo.lua
2024-12-16 13:13:08 +01:00

10 lines
324 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