BSKThing* BSKAddThingToDB( BSKDatabase* db, BSKThing* thing );Inputs:
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