BSKAddRuleToDB
Module: BSKDatabase
BSKRule* BSKAddRuleToDB( BSKDatabase* db, BSKRule* rule );
Inputs:
- db - the database to add the rule to.
- rule - the rule to add to the database.
Returns: The rule that was added.
Description:
Adds the given rule to the database. The rule is returned.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)