mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Add Dijkstra A* and A* without prefetching pathfind algorithms
This commit is contained in:
parent
97f0bb0342
commit
69367aa799
8 changed files with 1540 additions and 1 deletions
|
@ -137,6 +137,12 @@ private:
|
|||
|
||||
static int l_spawn_tree(lua_State *L);
|
||||
|
||||
|
||||
static int l_line_of_sight(lua_State *L);
|
||||
|
||||
//find a path between two positions
|
||||
static int l_find_path(lua_State *L);
|
||||
|
||||
public:
|
||||
EnvRef(ServerEnvironment *env);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue