Jump to content

Shiftvarl

From EDukeWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.