Modules/Pathfinding/unloadPathGraph: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<pageclass class="#AA7592" subcaption="Pathfinding Module"></pageclass> __NOTOC__ {{ModuleFunction|Pathfinding}} This function unloads a graph path. ==Syntax== <syntaxhighlight lang="c++"> bool unloadPathGraph(int graphId) </syntaxhighlight> ===Required arguments=== * '''graphId:''' The id of the graph ===Returns=== Returns '''true ''' if the graph has been unloaded, '''false''' otherwise. ==Example== <!-- TODO: Write an example --> ==See Also== ===Functions=== {{M...") |
(No difference)
|
Latest revision as of 17:46, 3 February 2022
![]() |
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.