Search
Preparing search index...
The search index is not available
schach-pathfinding
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"data/graph"
Weighted
Interface Weighted<T>
Generic weighted graph interface.
Type parameters
T
type of vertex on the graph.
Hierarchy
Weighted
Implemented by
GameMapGraph
Index
Methods
weight
Methods
weight
weight
(
source
:
T
, target
:
T
)
:
number
|
undefined
Parameters
source:
T
target:
T
Returns
number
|
undefined
Globals
"algorithm/a-
star"
"algorithm/flood-
fill"
"algorithm/index"
"algorithm/rea-
star"
"core/index"
"core/path-
follower"
"core/target-
follower"
"data/game-
map-
graph"
"data/graph"
"data/index"
"data/square-
grid"
"main"
"patch/game-
character"
"patch/game-
map"
"patch/game-
player"
"patch/game-
system"
"plugin"
"strategy/index"
"strategy/loop"
"strategy/standard"
"util/deque"
"util/index"
"util/order"
"util/priority-
queue"
Colored
Colored
Mutable
Di
Graph
Graph
Weighted
weight
Generated using
TypeDoc
Generic weighted graph interface.