BitOffInteger (Float function)

From m204wiki
Revision as of 14:13, 29 September 2012 by Dme (talk | contribs)
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

%resultA variable to receive the result of turning off the bits of offBits in float.
floatThe float to turn off bits in.
offBitsThe bits to turn off.

Usage notes

  • The BitOffInteger function is available as of Sirius Mods Version 7.9

Examples

See also