BSKAddCategoryToDB

Module: BSKDatabase
BSKCategory* BSKAddCategoryToDB( BSKDatabase* db, BSKCategory* category );
Inputs: Returns: The BSKCategory object that was added to the database.

Description: Adds the given category to the database. Doing so marks the object as persistant (the OF_PERSISTANT flag is set in the category's flags). The category is returned.

Return to the API
Return to the function listing


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