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

Pathfind::getNthClosestVehicleNodeId

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

Returns the id.

Syntax

<syntaxhighlight lang="javascript">mp.game.pathfind.getNthClosestVehicleNodeId(x, y, z, nth, nodetype, p5, p6);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • nth: int
  • nodetype: int
  • p5: float
  • p6: float

Return value

  • int

Example

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

See also

Шаблон:Pathfind s function c