From 8d4b76829753b3db9020ff1f68fb4b0a57025ed3 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 31 Mar 2013 20:02:03 -0400 Subject: Add Ore generation flags, implement ore absolute height --- src/scriptapi_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/scriptapi_types.h') diff --git a/src/scriptapi_types.h b/src/scriptapi_types.h index e3a611a9d..1eeed66df 100644 --- a/src/scriptapi_types.h +++ b/src/scriptapi_types.h @@ -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); -- cgit v1.2.3