# BitMaskFalseIndex

Grammar — Is indexToCheck|Bit in bitMask|BitMask not toggled
FlagsNative | Function

Returns true if the index is set to 0 in the bit mask.

# Arguments

  • bitmask — Bit Mask
  • int — Index To Check

Returns — bool

native bool BitMaskFalseIndex(bitmask mask, int index);

Category: BitMask / Core Functions

# Examples

— None found —