BSKThing* BSKFindThingInCategory( BSKCategory* category, BSKUI32 attrId, BSKValue* value );Inputs:
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