Borlox/API KBSetup GetSubCategoryData
Talk0
98,469pages on
this wiki
this wiki
< User:Borlox
Returns information about a subcategory.
id, caption = KBSetup_GetCategoryData(category, index)
Parameters
Edit
Arguments
Edit
- (category, index)
- category
- Intgeger - The category's index.
- index
- Integer - Range from 1 to KBSetup_GetSubCategoryCount(category)
Returns
Edit
- id, caption
- id
- Integer - The category's id.
- caption
- String - The category caption.
Details
Edit
- Only works if KBSetup_IsLoaded() is true.