mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add Ore generation flags, implement ore absolute height
This commit is contained in:
parent
35ed5198fe
commit
8d4b768297
6 changed files with 72 additions and 9 deletions
|
@ -51,6 +51,8 @@ bool getboolfield(lua_State *L, int table,
|
|||
const char *fieldname, bool &result);
|
||||
bool getfloatfield(lua_State *L, int table,
|
||||
const char *fieldname, float &result);
|
||||
u32 getflagsfield(lua_State *L, int table,
|
||||
const char *fieldname, FlagDesc *flagdesc);
|
||||
|
||||
std::string checkstringfield(lua_State *L, int table,
|
||||
const char *fieldname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue