Table of Contents

Class LizardPather

Namespace
Global
Assembly
Assembly-CSharp.dll
public class LizardPather : PathFinder
Inheritance
LizardPather
Inherited Members

Constructors

LizardPather(ArtificialIntelligence, World, AbstractCreature)

public LizardPather(ArtificialIntelligence AI, World world, AbstractCreature creature)

Parameters

AI ArtificialIntelligence
world World
creature AbstractCreature

Fields

wasLastAllowedUnwanted

public bool wasLastAllowedUnwanted

Field Value

bool

Methods

AllowedConnectionsFromCoord(WorldCoordinate)

public int AllowedConnectionsFromCoord(WorldCoordinate coord)

Parameters

coord WorldCoordinate

Returns

int

CheckConnectionCost(PathingCell, PathingCell, MovementConnection, bool)

public override PathCost CheckConnectionCost(PathFinder.PathingCell start, PathFinder.PathingCell goal, MovementConnection connection, bool followingPath)

Parameters

start PathFinder.PathingCell
goal PathFinder.PathingCell
connection MovementConnection
followingPath bool

Returns

PathCost

FollowPath(WorldCoordinate, int?, bool)

public MovementConnection FollowPath(WorldCoordinate originPos, int? bodyDirection, bool actuallyFollowingThisPath)

Parameters

originPos WorldCoordinate
bodyDirection int?
actuallyFollowingThisPath bool

Returns

MovementConnection

HeuristicForCell(PathingCell, PathCost)

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

Parameters

cell PathFinder.PathingCell
costToGoal PathCost

Returns

PathCost