BitOffInteger (Float function)
Jump to navigation
Jump to search
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 integer whose bits are to be turned off. |
offBits | The integer whose bits are turned off in float. |
Usage notes
- The BitOffInteger function is available as of Sirius Mods Version 7.9.