Table of Contents

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

AI ArtificialIntelligence
world World
creature AbstractCreature

Methods

HeuristicForCell(PathingCell, PathCost)

public override PathCost HeuristicForCell(PathFinder.PathingCell cell, PathCost costToGoal)

Parameters

cell PathFinder.PathingCell
costToGoal PathCost

Returns

PathCost

TileClosestToGoal(WorldCoordinate, WorldCoordinate)

public bool TileClosestToGoal(WorldCoordinate A, WorldCoordinate B)

Parameters

A WorldCoordinate
B WorldCoordinate

Returns

bool