| Property | Value |
|---|---|
| Native Name | _IS_PLAYER_DRIVING_DANGEROUSLY |
| Hash | 0xF10B44FD479D69F3 |
| Return Type | BOOL |
| Parameters | player (Player), type (int) |
Description: ```cpp enum eViolationType { // Checks if the player is driving on pedestrians walk ways VT_PAVED_PEDESTRIAN_AREAS = 0, // Checks if the player is running through red lights // This takes some time to return true. VT_RUNNING_REDS = 1, // checks if the player is driving on the wrong side of the road VT_AGAINST_TRAFFIC = 2 };
Used solely in "Al Di Napoli" with type 2 for a voiceline.
### Parameters
- **`player`** (`Player`) — Player ID
- **`type`** (`int`) — Refer to `eViolationType`.