/dports/games/freeminer/freeminer-0.4.10.4/src/script/common/ |
H A D | c_content.cpp | 58 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 D | c_content.h | 119 int getenumfield (lua_State *L,
|
/dports/games/freeminer/freeminer-0.4.10.4/src/script/lua_api/ |
H A D | l_mapgen.cpp | 318 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 D | l_craft.cpp | 294 enum CraftMethod method = (CraftMethod)getenumfield(L, input_i, "method", in l_get_craft_result()
|
H A D | l_object.cpp | 903 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 D | c_content.cpp | 55 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 D | c_content.h | 140 int getenumfield (lua_State *L, int table,
|
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/ |
H A D | l_mapgen.cpp | 378 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 D | l_craft.cpp | 377 enum CraftMethod method = (CraftMethod)getenumfield(L, input_i, "method", in l_get_craft_result()
|
H A D | l_env.cpp | 1107 mode = (ClearObjectsMode)getenumfield(L, 1, "mode", in l_clear_objects()
|