BSKValueIsType

Module: BSKValue
BSKBOOL BSKValueIsType( BSKValue* value, BSKUI16 type );
Inputs: Returns: BSKTRUE if the value is one of the given types, BSKFALSE otherwise.

Description: Checks the type of the given value against the types given. The types may be one or more of the VT_xxx constants.

Return to the API
Return to the function listing


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