BSKExec

Module: BSKExec
BSKI32 BSKExec( BSKExecOpts* opts );
Inputs: Returns: RTE_SUCCESS when successful, or one of the other RTE_xxx constants when there was an error.

Description: Executes the requested rule with the given database and parameters, and puts the return value in 'rval'. Run-time errors are handled by 'errorHandler' (unless it is 0). The 'userData' variable is passed to all calls to the 'errorHandler.' The 'console' callback function is used by the "print" built-in function to display (or not) data.

Return to the API
Return to the function listing


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