Home
last modified time | relevance | path

Searched refs:FindSurfaceLiquid (Results 1 – 3 of 3) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4Landscape.h185 bool FindSurfaceLiquid(int32_t &rx, int32_t &ry, int32_t width, int32_t height);
H A DC4Landscape.cpp2652 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 DC4Game.cpp2705 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()