Home
last modified time | relevance | path

Searched refs:LIQUID_FLOWING (Results 1 – 13 of 13) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dnodedef.h75 LIQUID_FLOWING, enumerator
303 if(param_type_2 == CPT2_LEVELED && liquid_type == LIQUID_FLOWING && leveled)
307 if(param_type_2 == CPT2_FLOWINGLIQUID || liquid_type == LIQUID_FLOWING) //remove liquid_type
H A Dcontent_abm.cpp112 …if (ndef->get(n.getContent()).liquid_type == LIQUID_FLOWING || ndef->get(n.getContent()).liquid_ty… in trigger()
169 …if (ndef->get(n.getContent()).liquid_type == LIQUID_FLOWING || ndef->get(n.getContent()).liquid_ty… in trigger()
H A Drollback_interface.cpp101 if (def.liquid_type == LIQUID_FLOWING) in isImportant()
H A Dmapnode.cpp400 …if (f.param_type_2 == CPT2_FLOWINGLIQUID || f.liquid_type == LIQUID_FLOWING) //remove liquid_type … in getLevel()
427 || f.liquid_type == LIQUID_FLOWING in setLevel()
H A Dmap.cpp1830 case LIQUID_FLOWING: in transformLiquidsReal()
2182 case LIQUID_FLOWING: in transformLiquids()
2249 case LIQUID_FLOWING: in transformLiquids()
2358 if (nodemgr->get(n0).liquid_type == LIQUID_FLOWING) in transformLiquids()
2404 case LIQUID_FLOWING: in transformLiquids()
H A Dnodedef.cpp806 assert(f->liquid_type == LIQUID_FLOWING); in updateTextures()
/dports/games/minetest/minetest-5.4.1/src/
H A Dreflowscan.cpp156 if (f.liquid_type == LIQUID_FLOWING || in scanColumn()
191 if (f.liquid_type == LIQUID_FLOWING || in scanColumn()
H A Dmapnode.cpp584 if( f.liquid_type == LIQUID_FLOWING || f.param_type_2 == CPT2_FLOWINGLIQUID) in getMaxLevel()
599 if(f.liquid_type == LIQUID_FLOWING) // can remove if all param_type_2 setted in getLevel()
617 || f.liquid_type == LIQUID_FLOWING in setLevel()
H A Drollback_interface.cpp97 if (def.liquid_type == LIQUID_FLOWING) in isImportant()
H A Dmap.cpp565 case LIQUID_FLOWING: in transformLiquids()
644 case LIQUID_FLOWING: in transformLiquids()
743 (m_nodedef->get(n0.getContent()).liquid_type != LIQUID_FLOWING || in transformLiquids()
755 if (m_nodedef->get(new_node_content).liquid_type == LIQUID_FLOWING) { in transformLiquids()
810 case LIQUID_FLOWING: in transformLiquids()
H A Dnodedef.h84 LIQUID_FLOWING, enumerator
/dports/games/minetest/minetest-5.4.1/src/script/cpp_api/
H A Ds_node.cpp74 {LIQUID_FLOWING, "flowing"},
/dports/games/freeminer/freeminer-0.4.10.4/src/script/cpp_api/
H A Ds_node.cpp69 {LIQUID_FLOWING, "flowing"},