# BitMaskAndBitMask

FlagsNative | Action

Ands the two BitMasks together placing the result in the Receiving BitMask (LHS = LHS & RHS)

# Arguments

  • bitmask — Receiving BitMask
  • bitmask — And With BitMask

Returns — void

native void BitMaskAndBitMask(bitmask lhs, bitmask rhs);

Category: BitMask / Core Functions

# Examples

— None found —