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

Pathfind::getRandomVehicleNode

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

Syntax

<syntaxhighlight lang="javascript">mp.game.pathfind.getRandomVehicleNode(x, y, z, radius, p4, p5, p6, outPosition, heading);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float
  • p4: Boolean
  • p5: Boolean
  • p6: Boolean
  • outPosition: Vector3
  • heading: float

Return value

  • object: outPosition, heading

Example

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

See also

Шаблон:Pathfind s function c