mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add Lua PerlinNoiseMap:get#dMap_flat API
This commit is contained in:
parent
8aa930f28e
commit
18882a4d26
3 changed files with 56 additions and 1 deletions
|
@ -74,8 +74,9 @@ private:
|
|||
static int gc_object(lua_State *L);
|
||||
|
||||
static int l_get2dMap(lua_State *L);
|
||||
|
||||
static int l_get2dMap_flat(lua_State *L);
|
||||
static int l_get3dMap(lua_State *L);
|
||||
static int l_get3dMap_flat(lua_State *L);
|
||||
|
||||
public:
|
||||
LuaPerlinNoiseMap(NoiseParams *np, int seed, v3s16 size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue