Modules/Pathfinding/isGraphLoaded
Jump to navigation
Jump to search
This function is provided by the external module Pathfinding. You must install this module to use this function. | |
This function checks if the graph is already loaded.
Syntax
bool isGraphLoaded(int graphId)
Required arguments
- graphId: The id of the graph
Returns
Returns true if the graph is already loaded, false otherwise.