Pathfind::getSupportsGpsRouteFlag: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
p0 = VEHICLE_NODE_ID<br><br>Returns false for nodes that aren't used for GPS routes.<br>Example:<br>Nodes in Fort Zancudo and LSIA are false==Syntax==<syntaxhighlight lang="javascript">pathfind.getSupportsGpsRouteFlag(nodeID);</syntaxhighlight>=== Required Arguments ===*'''nodeID:''' int===Return value===*'''Boolean'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Pathfind_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | p0 = VEHICLE_NODE_ID<br><br>Returns false for nodes that aren't used for GPS routes.<br>Example:<br>Nodes in Fort Zancudo and LSIA are false | ||
==Syntax== | |||
<syntaxhighlight lang="javascript">pathfind.getSupportsGpsRouteFlag(nodeID);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''nodeID:''' int | |||
===Return value=== | |||
*'''Boolean''' | |||
==Example== | |||
<syntaxhighlight lang="javascript"> | |||
todo | |||
</syntaxhighlight> | |||
==See also== | |||
{{Pathfind_function_c}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Revision as of 19:55, 6 May 2017
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