Shiftvarl

From EDukeWiki
Revision as of 14:56, 12 April 2013 by Fox (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

shiftvarl <gamevar> <number>

Shifts the value of <gamevar> <number> bits to the left. See shiftvarr.

If the gamevar is shifted left with 1, then it will double the value of the gamevar. If you shift it left with 2, then it will double the number, and then double it again.