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