Перейти к содержанию

GetVehicleDriver

Материал из RAGE MP Wiki Archive

Returns the vehicle's driver in Client type.


Client NAPI.Vehicle.GetVehicleDriver(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns the driver in Client type.

Example

<syntaxhighlight lang="csharp"> Client driver = NAPI.Vehicle.GetVehicleDriver(vehicle); </syntaxhighlight>