Home
last modified time | relevance | path

Searched refs:getenumfield (Results 1 – 10 of 10) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/src/script/common/
H A Dc_content.cpp58 def.type = (ItemType)getenumfield(L, index, "type", in read_item_definition()
236 getenumfield(L, -1, "type", es_TileAnimationType, in read_tiledef()
298 f.drawtype = (NodeDrawType)getenumfield(L, index, "drawtype", in read_content_features()
449 f.param_type = (ContentParamType)getenumfield(L, index, "paramtype", in read_content_features()
451 f.param_type_2 = (ContentParamType2)getenumfield(L, index, "paramtype2", in read_content_features()
484 f.liquid_type = (LiquidType)getenumfield(L, index, "liquidtype", in read_content_features()
605 nodebox.type = (NodeBoxType)getenumfield(L, index, "type", in read_nodebox()
681 int getenumfield(lua_State *L, int table, in getenumfield() function
H A Dc_content.h119 int getenumfield (lua_State *L,
/dports/games/freeminer/freeminer-0.4.10.4/src/script/lua_api/
H A Dl_mapgen.cpp318 enum BiomeType biometype = (BiomeType)getenumfield(L, index, "type", in l_register_biome()
371 enum DecorationType decotype = (DecorationType)getenumfield(L, index, in l_register_decoration()
488 deco->rotation = (Rotation)getenumfield(L, index, "rotation", in regDecoSchematic()
520 enum OreType oretype = (OreType)getenumfield(L, index, in l_register_ore()
H A Dl_craft.cpp294 enum CraftMethod method = (CraftMethod)getenumfield(L, input_i, "method", in l_get_craft_result()
H A Dl_object.cpp903 elem->type = (HudElementType)getenumfield(L, 2, "hud_elem_type", in l_hud_add()
/dports/games/minetest/minetest-5.4.1/src/script/common/
H A Dc_content.cpp55 def.type = (ItemType)getenumfield(L, index, "type", in read_item_definition()
544 f.drawtype = (NodeDrawType)getenumfield(L, index, "drawtype", in read_content_features()
678 f.param_type = (ContentParamType)getenumfield(L, index, "paramtype", in read_content_features()
680 f.param_type_2 = (ContentParamType2)getenumfield(L, index, "paramtype2", in read_content_features()
708 f.liquid_type = (LiquidType)getenumfield(L, index, "liquidtype", in read_content_features()
1103 nodebox.type = (NodeBoxType)getenumfield(L, index, "type", in read_nodebox()
1195 int getenumfield(lua_State *L, int table, in getenumfield() function
1385 getenumfield(L, index, "type", es_TileAnimationType, in read_animation_definition()
1882 elem->type = (HudElementType)getenumfield(L, 2, "hud_elem_type", in read_hud_element()
H A Dc_content.h140 int getenumfield (lua_State *L, int table,
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_mapgen.cpp378 BiomeType biometype = (BiomeType)getenumfield(L, index, "type", in read_biome_def()
1119 enum DecorationType decotype = (DecorationType)getenumfield(L, index, in l_register_decoration()
1245 deco->rotation = (Rotation)getenumfield(L, index, "rotation", in read_deco_schematic()
1276 enum OreType oretype = (OreType)getenumfield(L, index, in l_register_ore()
H A Dl_craft.cpp377 enum CraftMethod method = (CraftMethod)getenumfield(L, input_i, "method", in l_get_craft_result()
H A Dl_env.cpp1107 mode = (ClearObjectsMode)getenumfield(L, 1, "mode", in l_clear_objects()