Skip to main content

GetVehicleDriver

Returns the vehicle's driver in Client type.

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns the driver in Client type.

{{#tag:syntaxhighlight| Client driver = Vehicle.GetVehicleDriver(vehicle); |lang=csharp}} }}