enteredVehicle
Name
baseevents:enteredVehicle
Parameters
vehicle currentVehicle, int currentSeat, string vehicleDisplayName
- currentVehicle: The handle of the vehicle the player just entered.
- currentSeat: The seat number (-1 is drivers seat, 0 = passenger right front, etc.) in which the player is sitting.
- vehicleDisplayName: A string containing the display name of the vehicle the player just entered.
Examples
TODO