RightShift

Revision as of 07: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)

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 AlsoEdit