astar functions
All callable symbols documented in this include, grouped by declaration type.
Natives
| Name | Signature |
|---|---|
| AStar | native Array:AStar(Float:Start[3], Float:Goal[3], StepSize = 30, Ignore = IGNORE_MONSTERS, IgnoreID = 0, GroundDistance = 35, Heuristic = 50, ...) |
| AStar_GetDistance | native Float:AStar_GetDistance() |
| AStar_GetNodesAdded | native AStar_GetNodesAdded() |
| AStar_GetNodesCleared | native AStar_GetNodesCleared() |
| AStar_GetNodesValidated | native AStar_GetNodesValidated() |
| AStarThreaded | native AStarThreaded(Float:Start[3], Float:Goal[3], Handler[], StepSize = 30, Ignore = IGNORE_MONSTERS, IgnoreID = 0, GroundDistance = 35, Heuristic = 50, ...) |