GetVehicleTrimColor
Внешний вид
Returns vehicle trim color.
int NAPI.Vehicle.GetVehicleTrimColor(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns data in int type
Example
<syntaxhighlight lang="csharp"> NAPI.Vehicle.GetVehicleTrimColor(vehicle); </syntaxhighlight>