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

Vehicle::isVehicleInGarageArea

Материал из RAGE MP Wiki Archive
Версия от 21:35, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

garageName example 'Michael - Beverly Hills'

For a full list, see here: pastebin.com/73VfwsmS

Syntax

<syntaxhighlight lang="javascript">mp.game.vehicle.isVehicleInGarageArea(garageName, vehicle);</syntaxhighlight>

Required Arguments

  • garageName: String
  • vehicle: Vehicle handle or object

Return value

  • Boolean

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also