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

Pathfind::getNthClosestVehicleNodeIdWithHeading

Материал из RAGE MP Wiki Archive

Syntax

<syntaxhighlight lang="javascript">mp.game.pathfind.getNthClosestVehicleNodeIdWithHeading(x, y, z, nthClosest, outPosition, outHeading, p6, p7, p8);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • nthClosest: int
  • outPosition: Vector3
  • outHeading: float
  • p6: unknown (to be checked)
  • p7: float
  • p8: float

Return value

  • Vector3

Example

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

See also

Шаблон:Pathfind s function c