6 lines
171 B
Lua
6 lines
171 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numTabs
|
|
---Returns the number of tabs in the player's spellbook
|
|
function GetNumSpellTabs() end
|