GTA V NativessystemSystem::shiftRightOn this pageSystem::shiftRightSyntax ```js mp.game.system.shiftRight(value, bitShift); ``` Required Arguments value: int bitShift: int Return value int Example ```js // todo ``` See also