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