Pathfind::getSupportsGpsRouteFlag

From RAGE Multiplayer Wiki
Revision as of 19:55, 6 May 2017 by Marty uploader (talk | contribs) (yay)

p0 = VEHICLE_NODE_ID

Returns false for nodes that aren't used for GPS routes.
Example:
Nodes in Fort Zancudo and LSIA are false

Syntax

pathfind.getSupportsGpsRouteFlag(nodeID);

Required Arguments

  • nodeID: int

Return value

  • Boolean

Example

todo

See also

Template:Pathfind function c