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

Vehicle::horn

Материал из RAGE MP Wiki Archive
Версия от 18:47, 5 января 2017; imported>Niks (Created page with "This property returns horn state. '''Note: this property is read-only.''' == Example == <source lang="javascript"> let hornEnabled = vehicle.horn </source>")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This property returns horn state.

Note: this property is read-only.

Example

<source lang="javascript"> let hornEnabled = vehicle.horn </source>