GetVehicleEngineHealth
Returns the vehicle's livery. Engine health is not the same as vehicle health.
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns the engine health in float type.
{{#tag:syntaxhighlight| float engineHealth = Vehicle.GetVehicleEngineHealth(vehicle); |lang=csharp}} }}