# BitMaskOrBitMask

FlagsNative | Action

Ors the two BitMasks together placing the result in the Receiving BitMask (LHS = LHS | RHS)

# Arguments

  • bitmask — Receiving BitMask
  • bitmask — Or With BitMask

Returns — void

native void BitMaskOrBitMask(bitmask lhs, bitmask rhs);

Category: BitMask / Core Functions

# Examples

— None found —