7 lines
196 B
Lua
7 lines
196 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number index
|
|
---Returns the index of the active ability on the stance/shapeshift bar
|
|
function GetShapeshiftForm() end
|