Files
wow_Meta/api/KBSetup_GetSubCategoryCount.lua
2024-12-16 13:13:08 +01:00

6 lines
235 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return number numSubCategories
---Returns the number of available subcategories for a given category
function KBSetup_GetSubCategoryCount(index) end