Pathfind::setIgnoreNoGpsFlag: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
==Syntax==<syntaxhighlight lang="javascript">pathfind.setIgnoreNoGpsFlag(ignore);</syntaxhighlight>=== Required Arguments ===*'''ignore:''' Boolean===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{ | |||
==Syntax== | |||
<syntaxhighlight lang="javascript">mp.game.pathfind.setIgnoreNoGpsFlag(ignore);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''ignore:''' Boolean | |||
===Return value=== | |||
*'''Undefined''' | |||
==Example== | |||
<syntaxhighlight lang="javascript"> | |||
// todo | |||
</syntaxhighlight> | |||
==See also== | |||
{{Pathfind_s_function_c}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Latest revision as of 21:28, 6 May 2017
Syntax
mp.game.pathfind.setIgnoreNoGpsFlag(ignore);
Required Arguments
- ignore: Boolean
Return value
- Undefined
Example
// todo