# BitMaskTrueIndex
Grammar — Is indexToCheck|Bit in bitMask|BitMask toggled
Flags —Native|Function
Returns true if the index is set to 1 in the bit mask.
# Arguments
bitmask— Bit Maskint— Index To Check
Returns — bool
native bool BitMaskTrueIndex(bitmask mask, int index);
# Related
Category: BitMask / Core Functions
- BitMaskSetIndex —
void— BitMaskSetIndex - MakeEmptyBitMask —
bitmask— BitMaskMakeDefaultMask - BitMaskIsEqual —
bool— BitMaskIsEqual - BitMaskTrueIndex —
bool— BitMaskTrueIndex - BitMaskFalseIndex —
bool— BitMaskFalseIndex - BitMaskReset —
void— BitMaskReset - BitMaskCountOnBits —
int— BitMaskCountOnBits - BitMaskAddBitMask —
void— BitMaskAddBitMask - BitMaskAndBitMask —
void— BitMaskAndBitMask - BitMaskOrBitMask —
void— BitMaskOrBitMask - BitMaskXorBitMask —
void— BitMaskXorBitMask - BitMaskInvert —
void— BitMaskInvert - BitMaskLeftShift —
void— BitMaskLeftShift - BitMaskRightShift —
void— BitMaskRightShift
# Examples
— None found —