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