BSKTestAnyBits

Module: BSKBitSet
BSKBOOL BSKTestAnyBits( BSKBitSet* set, ... );
Inputs: Returns: returns BSKTRUE if any of the bits are set, and BSKFALSE otherwise.

Description: Returns BSKTRUE if any of the bits in the list are set, and BSKFALSE otherwise. The list of bits to test must be terminated by 0.

Return to the API
Return to the function listing


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