Native referenceFiveM

SHIFT_LEFT

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

Description: Left 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