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