BSKGetMemberByIndex

Module: BSKCategory
BSKCategoryMember* BSKGetMemberByIndex( BSKCategory* category, 
                                        BSKUI32 idx );
Inputs: Returns: The category member at the given index, or 0 if the index is out of bounds.

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


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)