BitXorInteger (Float function)

From m204wiki
Revision as of 17:33, 2 November 2012 by JAL (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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