BitOffInteger (Float function)
Clear bits in one integer from another (Float class)
[Introduced in Sirius Mods 7.9]
The BitOffInteger intrinsic function turns off the set of bits in one integer that are on in another.
Syntax
%result = float:BitOffInteger( offBits)
Syntax terms
%result | A variable to receive the result of turning off the bits of offBits in float. |
---|---|
float | The float to turn off bits in. |
offBits | The bits to turn off. |
Usage notes
- The BitOffInteger function is available as of Sirius Mods Version 7.9