BSKAddThingToDB

Module: BSKDatabase
BSKThing* BSKAddThingToDB( BSKDatabase* db, BSKThing* thing );
Inputs: Returns: The thing that was added.

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

Return to the API
Return to the function listing


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