BSKCategoryMember* BSKGetMemberByIndex( BSKCategory* category, BSKUI32 idx );Inputs:
Description: Gets the BSKCategoryMember object at the given index 'idx', or 0 if the index is out of bounds. Note that 0 will also be returned for a valid index if the member itself is null (0).
Return to the API
Return to the function listing