BSKGetAnyCategoryMember

Module: BSKCategory
BSKCategoryMember* BSKGetAnyCategoryMember( BSKCategory* category );
Inputs: Returns: a randomly selected member of the category.

Description: A number from 1 to the category's 'totalWeight' is randomly selected and used as the weight value passed to BSKGetCategoryMemberByWeight. The category member returned by that function is also returned by this one.

Return to the API
Return to the function listing


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