RightShift
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...)
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.