BSKTestBit

Module: BSKBitSet
BSKBOOL BSKTestBit( BSKBitSet* set, BSKUI32 bit );
Inputs: Returns: BSKTRUE if the indicated bit is set, or BSKFALSE otherwise.

Description: Returns BSKTRUE if the indicated bit is set, or BSKFALSE if it is not, where bit is the 'index' of the bit to test.

Return to the API
Return to the function listing


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