Modules/Pathfinding/loadPathGraph: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<pageclass class="#AA7592" subcaption="Pathfinding Module"></pageclass> __NOTOC__ {{ModuleFunction|Pathfinding}} This function loads a path. ==Syntax== <syntaxhighlight lang="lua"> int loadPathGraph(string path) </syntaxhighlight> ===Required arguments=== * '''path:''' The path to the graph definition file (relative to the resource directory) ===Returns=== Returns ''graphId'' if everything went fine, ''false'' otherwise. ==Example== <!-- TODO: Write an example -->...") |
(No difference)
|
Revision as of 17:42, 3 February 2022
![]() |
This function is provided by the external module Pathfinding. You must install this module to use this function. |
This function loads a path.
Syntax
int loadPathGraph(string path)
Required arguments
- path: The path to the graph definition file (relative to the resource directory)
Returns
Returns graphId if everything went fine, false otherwise.