Modules/Pathfinding/loadPathGraph

From Multi Theft Auto: Wiki
Revision as of 17:44, 3 February 2022 by Tracer (talk | contribs) (Changed formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Package-x-generic.png 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.

Example

See Also

Functions