BSKGetCategoryMember
Module: BSKCategory
BSKCategoryMember* BSKGetCategoryMember( BSKCategory* category,
BSKUI32 id );
Inputs:
- category - the category to search.
- id - the id to search for.
Returns: the category member with the given id, or 0 if no such member
exists.
Description:
Finds the category member with the requested id.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)