Borlox/API KBSetup GetCategoryData
Talk0
98,585pages on
this wiki
this wiki
< User:Borlox
Returns information about a category.
id, caption = KBSetup_GetCategoryData(index)
Parameters
Edit
Arguments
Edit
- (index)
- index
- Integer - Range from 1 to KBSetup_GetCategoryCount()
Returns
Edit
- id, caption
- id
- Integer - The category's id.
- caption
- String - The category caption.
Details
Edit
- Seems to need KBSetup_IsLoaded() == true.