Searched refs:FindSurfaceLiquid (Results 1 – 3 of 3) sorted by relevance
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/ |
H A D | C4Landscape.h | 185 bool FindSurfaceLiquid(int32_t &rx, int32_t &ry, int32_t width, int32_t height);
|
H A D | C4Landscape.cpp | 2652 bool FindSurfaceLiquid(int32_t &rx, int32_t &ry, int32_t width, int32_t height) in FindSurfaceLiquid() function
|
/dports/games/openclonk/openclonk-release-8.1-src/src/game/ |
H A D | C4Game.cpp | 2705 if (!FindSurfaceLiquid(iTx,iTy,pDef->Shape.Wdt,pDef->Shape.Hgt)) in PlaceVegetation() 2791 if (!FindSurfaceLiquid(iX,iY,pDef->Shape.Wdt,pDef->Shape.Hgt)) in PlaceAnimal()
|