Modules/Pathfinding/loadPathGraph: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 February 2022

  • curprev 17:4417:44, 3 February 2022Tracer talk contribsm 541 bytes +4 Changed formatting
  • curprev 17:4417:44, 3 February 2022Tracer talk contribsm 537 bytes 0 Changed syntax highlighting
  • curprev 17:4217:42, 3 February 2022Tracer talk contribs 537 bytes +537 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 -->..."