Delegate VehicleHornDelegate
Namespace: AltV.Net.Events
Assembly: AltV.Net.dll
Syntax
public delegate bool VehicleHornDelegate(IVehicle target, IPlayer reporter, bool state);
Parameters
| Type | Name | Description |
|---|---|---|
| IVehicle | target | |
| IPlayer | reporter | |
| System.Boolean | state |
Returns
| Type | Description |
|---|---|
| System.Boolean |