6 lines
235 B
Lua
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 |