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

GetVehicleBodyHealth

Материал из RAGE MP Wiki Archive
Версия от 17:39, 12 декабря 2019; imported>Avoid (Created page with "Returns the vehicle's body health. {{CSharpContainer| {{#tag:pre|float {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleBodyHealth(Vehicle vehicle);}} {{Parameters}}...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the vehicle's body health.


float NAPI.Vehicle.GetVehicleBodyHealth(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

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

Example

<syntaxhighlight lang="csharp"> float bodyHealth = NAPI.Vehicle.GetVehicleBodyHealth(vehicle); </syntaxhighlight>