BSKAddToCategory

Module: BSKCategory
void BSKAddToCategory( BSKCategory* category, 
                       BSKUI16 weight, 
                       BSKNOTYPE newMember );
Inputs:

Description: Adds the given member to the given category with the given weight. 'newMember' must either be null (0), or it must point to a BSKThing, BSKRule, or BSKCategory object. The object is added to the END of the category contents list, contrary to the behavior of most other lists in Basilisk (which add the new item to the front of the list).

Return to the API
Return to the function listing


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