LeftShift

Revision as of 07:14, 15 September 2007 by imported>WereWolf (New page: A command for Oblivion Script Extender '''Syntax:''' (result:long) LeftShift value:long shiftAmount:long Shifts the argument left by the specified...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A command for Oblivion Script Extender

Syntax:

(result:long) LeftShift value:long shiftAmount:long

Shifts the argument left by the specified number of bits. Returns zero if shiftAmount is >= 32.

See AlsoEdit