1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02:00

Add minetest.get_mapgen_edges (#12999)

This commit is contained in:
Jude Melton-Houghton
2022-12-03 10:40:46 -05:00
committed by GitHub
parent e84d259ec7
commit b3ffc4b327
6 changed files with 103 additions and 17 deletions

View File

@@ -61,6 +61,9 @@ private:
// set mapgen parameters
static int l_set_mapgen_params(lua_State *L);
// get_mapgen_edges([mapgen_limit[, chunksize]])
static int l_get_mapgen_edges(lua_State *L);
// get_mapgen_setting(name)
static int l_get_mapgen_setting(lua_State *L);