GetVehicleLivery
Returns the vehicle's livery.
C# Syntax
int NAPI.Vehicle.GetVehicleLivery(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns the livery in int type.
Example
int vehicleLivery = NAPI.Vehicle.GetVehicleLivery(vehicle);