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

Vehicle::getRandomVehicleFrontBumperInSphere

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

Syntax

<syntaxhighlight lang="javascript">mp.game.vehicle.getRandomVehicleFrontBumperInSphere(p0, p1, p2, p3, p4, p5, p6);</syntaxhighlight>

Required Arguments

  • p0: float
  • p1: float
  • p2: float
  • p3: float
  • p4: int
  • p5: int
  • p6: int

Return value

  • Vehicle handle or object

Example

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

See also