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

GetVehicleSirenState

Материал из RAGE MP Wiki Archive
Версия от 07:40, 28 ноября 2019; imported>Avoid (Created page with "Returns the vehicle siren state. {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleSirenState(Vehicle vehicle);}} {{Parameters}} *'...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the vehicle siren state.


bool NAPI.Vehicle.GetVehicleSirenState(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns data in bool type

Example

<syntaxhighlight lang="csharp"> NAPI.Vehicle.GetVehicleSirenState(vehicle); </syntaxhighlight>