Table of Contents

Class PathFinder

Namespace
TaleWorlds.Library
Assembly
TaleWorlds.Library.dll
public abstract class PathFinder
Inheritance
PathFinder
Inherited Members

Constructors

PathFinder()

public PathFinder()

Fields

BuildingCost

public static float BuildingCost

Field Value

float

ShallowWaterCost

public static float ShallowWaterCost

Field Value

float

WaterCost

public static float WaterCost

Field Value

float

Methods

Destroy()

public virtual void Destroy()

FindPath(Vec3, Vec3, List<Vec3>, float)

public abstract bool FindPath(Vec3 wSource, Vec3 wDestination, List<Vec3> path, float craftWidth = 5)

Parameters

wSource Vec3
wDestination Vec3
path List<Vec3>
craftWidth float

Returns

bool

Initialize(Vec3)

public abstract void Initialize(Vec3 bbSize)

Parameters

bbSize Vec3

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).