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