BSKCategoryContains
Module: BSKCategory
BSKBOOL BSKCategoryContains( BSKCategory* category,
BSKCategoryMember* member );
Inputs:
- category - the category to search.
- member - the member to search for (thing, category, rule, or null).
Returns:
Returns BSKTRUE if the category object contains the requested member,
and BSKFALSE otherwise.
Description:
Searches the given category for the given member.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)