Empeld
Empeld plugin documentation.
|
Public Member Functions | |
int | GetActualCost (Vector3i src, Vector3i dst) |
Gets the actual cost traversing between two points If less than 0, treated as impassible. Otherwise cost is relative More... | |
int | GetHeuristic (Vector3i src, Vector3i dst) |
Gets the heuristic cost between two points (to better predict which way to search) More... | |
Gets the actual cost traversing between two points If less than 0, treated as impassible. Otherwise cost is relative
These points should always be on the "surface" of blocks (aka, empty themselves, but over something solid).
src | Source. |
dst | Dst. |
Implemented in essentials.action.Pathing.DefaultWorldCostEngine.
Gets the heuristic cost between two points (to better predict which way to search)
src | Source. |
dst | Dst. |
Implemented in essentials.action.Pathing.DefaultWorldCostEngine.