Files
wow_Meta/api/KBSetup_GetSubCategoryCount.lua
2025-05-04 14:35:26 +02:00

7 lines
234 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