Files
wow_Meta/api/GetShapeshiftFormInfo.lua
2025-05-04 15:15:00 +02:00

12 lines
328 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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