ShiftRight — FiveM Natives
0x97EF1E5BCE9DC075 · SYSTEM · all
Right bit shifts a value. It is advised you use the >> operator instead of this native. It does the same and is faster.
Parameters
| Name | Type |
|---|---|
| value | int |
| bitShift | int |
Returns
int
0x97EF1E5BCE9DC075 · SYSTEM · all
Right bit shifts a value. It is advised you use the >> operator instead of this native. It does the same and is faster.
| Name | Type |
|---|---|
| value | int |
| bitShift | int |
int