Skip to main content

GetVehicleBodyHealth

Returns the vehicle's body health.

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns the body health in float type.

{{#tag:syntaxhighlight| float bodyHealth = Vehicle.GetVehicleBodyHealth(vehicle); |lang=csharp}} }}