Search
Preparing search index...
The search index is not available
Gridy
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Search
Class Search
Hierarchy
Search
Index
Constructors
constructor
Properties
cost
max
previous
start
Methods
path
Constructors
constructor
new
Search
(
start
:
AnyTile
|
AnyTile
[]
, maxMovement
:
number
, maxMagnitude
:
number
, blocked
?:
AnyTile
[]
, available
?:
AnyTile
[]
)
:
Search
Parameters
start:
AnyTile
|
AnyTile
[]
maxMovement:
number
maxMagnitude:
number
Optional
blocked:
AnyTile
[]
Optional
available:
AnyTile
[]
Returns
Search
Properties
cost
cost
:
object
Type declaration
[
key:
string
]:
Integer
max
max
:
Integer
= 0
previous
previous
:
object
Type declaration
[
key:
string
]:
AnyTile
|
null
start
start
:
AnyTile
Methods
path
path
(
end
:
AnyTile
|
AnyTile
[]
, max
?:
boolean
)
:
AnyTile
[]
Parameters
end:
AnyTile
|
AnyTile
[]
Default value
max:
boolean
= false
Returns
AnyTile
[]
Globals
Search
constructor
cost
max
previous
start
path