# BitMaskLeftShift

FlagsNative | Action

Left shifts the receiving BitMask by count (receiving << count)

# Arguments

  • bitmask — Receiving BitMask
  • int — Left Shift Count

Returns — void

native void BitMaskLeftShift(bitmask mask, int count);

Category: BitMask / Core Functions

# Examples

— None found —