Pathfind::addNavmeshRequiredRegion: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
==Syntax==<syntaxhighlight lang="javascript">pathfind.addNavmeshRequiredRegion(p0, p1, p2);</syntaxhighlight>=== Required Arguments ===*'''p0:''' float*'''p1:''' float*'''p2:''' float===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Pathfind_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
 
==Syntax==
<syntaxhighlight lang="javascript">mp.game.pathfind.addNavmeshRequiredRegion(p0, p1, p2);</syntaxhighlight>
=== Required Arguments ===
*'''p0:''' float
*'''p1:''' float
*'''p2:''' float
===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.addNavmeshRequiredRegion(p0, p1, p2);

Required Arguments

  • p0: float
  • p1: float
  • p2: float

Return value

  • Undefined

Example

// todo

See also

Template:Pathfind s function c