Native referenceFiveM

SHIFT_RIGHT

0x97EF1E5BCE9DC075 SYSTEM
FUNCTION SIGNATURE
int SHIFT_RIGHT(int value, int bitShift);
Property Value
Native Name SHIFT_RIGHT
Hash 0x97EF1E5BCE9DC075
Return Type int
Parameters value (int), bitShift (int)

Description: Right bit shifts a value. It is advised you use the >> operator instead of this native. It does the same and is faster.

Back to SYSTEM