Namespace Content.Server.NPC.Pathfinding
Classes
AStarPathRequest
BFSPathRequest
GridPathfindingChunk
GridPathfindingComponent
Stores the relevant pathfinding data for grids.
PathfindingRequestEvent
PathfindingSystem
This system handles pathfinding graph updates as well as dispatches to the pathfinder (90% of what it's doing is graph updates so not much point splitting the 2 roles)
PathPoly
PathRequest
Stores the in-progress data of a pathfinding request.
PathResultEvent
Stores the final result of a pathfinding request
Structs
PathPortal
Connects 2 disparate locations.