BitXorInteger (Float function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Do bitwise exclusive Or of integers (Float class)

[Introduced in Sirius Mods 7.9]


The BitXorInteger intrinsic function performs a logical XOR on the bits of two integers.

Syntax

%number = float:BitXorInteger( xorBits)

Syntax terms

%resultA variable to receive the result of XORing together the bits of float and xorBits.
floatOne of the integers to be XORed.
xorBitsThe other integer to be XORed.

Usage notes

  • The BitXorInteger function is available as of Sirius Mods Version 7.9.

See also