| 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.