1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Add minetest.load_area (#8023)

This commit is contained in:
HybridDog
2018-12-31 01:32:54 +01:00
committed by Paramat
parent aa5ec2ec02
commit c6f784f43b
3 changed files with 32 additions and 0 deletions

View File

@@ -135,6 +135,9 @@ private:
// fix_light(p1, p2) -> true/false
static int l_fix_light(lua_State *L);
// load_area(p1)
static int l_load_area(lua_State *L);
// emerge_area(p1, p2)
static int l_emerge_area(lua_State *L);