Modules/Pathfinding/unloadPathGraph

From Multi Theft Auto: Wiki
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 unloads a graph path.

Syntax

bool unloadPathGraph(int graphId)

Required arguments

  • graphId: The id of the graph

Returns

Returns true if the graph has been unloaded, false otherwise.

Example

See Also

Functions