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