Shiftvarr

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

shiftvarr <gamevar> <number>

Shifts the value of <gamevar> <number> bits to the right. See shiftvarl.

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