Class CentipedePather
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class CentipedePather : StandardPather
- Inheritance
-
CentipedePather
- Inherited Members
Constructors
CentipedePather(ArtificialIntelligence, World, AbstractCreature)
public CentipedePather(ArtificialIntelligence AI, World world, AbstractCreature creature)
Parameters
AIArtificialIntelligenceworldWorldcreatureAbstractCreature
Methods
HeuristicForCell(PathingCell, PathCost)
public override PathCost HeuristicForCell(PathFinder.PathingCell cell, PathCost costToGoal)
Parameters
cellPathFinder.PathingCellcostToGoalPathCost
Returns
TileClosestToGoal(WorldCoordinate, WorldCoordinate)
public bool TileClosestToGoal(WorldCoordinate A, WorldCoordinate B)