a*
This block is part of the a* path finding
group and was last modified in core v10.4.28
.
a*
v10.4.28
Finds a path within a given grid.
Pin | Pin | Type | Default |
---|---|---|---|
flow |
flow |
|
|
start atrequired Array [x (Number), y (Number)] |
array |
|
|
stop atrequired Array [x (Number), y (Number)] |
array |
|
|
grid widthrequired |
number |
|
|
grid heightrequired |
number |
|
|
tilesrequired Array Matrix or Array of States |
array |
|
|
allow diagonal Default: false |
condition |
|
|
cross corners Default: false |
condition |
|
Pin | Pin | Type | Example |
---|---|---|---|
flow |
flow |
||
path Matrix |
array |
||
path Readable |
array |
||
cost |
number |
Core Releases
v10.4.28 This block was introduced inv10.4.28
, click here to see the release notes.
Back to
a* path finding
Return to the main group to view all sub-groups
Back to pathfinding
Return to the group to view all blocks within this group