From b3ffc4b327622bec63793476191b95bc174bf33c Mon Sep 17 00:00:00 2001 From: Jude Melton-Houghton Date: Sat, 3 Dec 2022 10:40:46 -0500 Subject: Add `minetest.get_mapgen_edges` (#12999) --- src/script/lua_api/l_mapgen.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/script/lua_api/l_mapgen.h') diff --git a/src/script/lua_api/l_mapgen.h b/src/script/lua_api/l_mapgen.h index 0bdc56fc5..1428a91c8 100644 --- a/src/script/lua_api/l_mapgen.h +++ b/src/script/lua_api/l_mapgen.h @@ -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); -- cgit v1.2.3