BitOnInteger and BitOrInteger (Float functions)

From m204wiki
Revision as of 11:32, 30 March 2011 by John (talk | contribs) (Created page with "{{Template:Float:BitOrInteger subtitle}} The <var>BitOrInteger</var> intrinsic function performs a logical OR on the bits of two integers. ==Syntax== {{Te...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Do bitwise Or of integers (Float class) [introduced in Sirius Mods 7.9]


The BitOrInteger intrinsic function performs a logical OR on the bits of two integers.

Syntax

%result = float:BitOrInteger( orBits)

Syntax terms

%resultA variable to receive the result of ORing together the bits of float and orBits.
floatOne of the floats to be ORed.
orBitsThe other float to be ORed.

Usage notes

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

Examples

See also