BSKFindThingInCategory

Module: BSKCategory
BSKThing* BSKFindThingInCategory( BSKCategory* category,
                                  BSKUI32 attrId,
                                  BSKValue* value );
Inputs: Returns: the BSKThing object found, if any, otherwise 0.

Description: Searches the given category for a BSKThing member that has an attribute with the given id. If the 'value' parameter is not null, the value of the attribute must also match (via the BSKCompareValues function). Return to the API
Return to the function listing


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