Delegate PlayerChangeVehicleSeatDelegate
Namespace: AltV.Net.Client.Events
Assembly: AltV.Net.Client.dll
Syntax
public delegate void PlayerChangeVehicleSeatDelegate(IVehicle vehicle, byte oldSeat, byte newSeat);
Parameters
Type | Name | Description |
---|---|---|
IVehicle | vehicle | |
System.Byte | oldSeat | |
System.Byte | newSeat |