7 lines
211 B
Lua
7 lines
211 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number numForms
|
|
---Returns the number of abilities to be presented on the stance/shapeshift bar
|
|
function GetNumShapeshiftForms() end
|