Pathfind::getRandomVehicleNode

From RAGE Multiplayer Wiki
Revision as of 21:28, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

mp.game.pathfind.getRandomVehicleNode(x, y, z, radius, p4, p5, p6, outPosition, heading);

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

// todo

See also

Template:Pathfind s function c