Category:Bit Functions

From GECK
Jump to: navigation, search

Functions related to bits and bitmasks, including those passing and returning data using bitmasks.

An introduction to BitMasks is available here: Using Bitmasks.

Bit indices start at 0 and should not be greater than 20- higher values are unreliable and prone to conversion.

Functions to manipulate Bits:

NVSE also has expressions to manipulate Bits, which can be used with Let, TestExpr, Eval, and other NVSE-Aware Functions. See NVSE Expressions.