Pathfind::getSupportsGpsRouteFlag

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

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