RightShift

From the Oblivion ConstructionSet Wiki
Revision as of 06:15, 15 September 2007 by imported>WereWolf (New page: A command for Oblivion Script Extender '''Syntax:''' (result:long) RightShift value:long shiftAmount:long Shifts the argument right by the specifi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

(result:long) RightShift value:long shiftAmount:long

Shifts the argument right by the specified number of bits, inserting zeros on the left. Returns zero if shiftAmount is >= 32.

See Also[edit | edit source]