A pathfinding class for Game.pathing
Creates a pathfinding instance
A bot
A game
The raw map JSON
Runs pathfinding to a specific Position
The position to pathfind to
Updates the pathfinding movement. Is called in the game's main update loop (see Game.update)
The active node the bot is on
The active node index the bot is using
The active path the bot is traversing
The Bot associated with the pathfinding instance
The Game associated with the pathfinding instance
A pathfinding class for Game.pathing