MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / lowerSurfaceCornerFlags

Function lowerSurfaceCornerFlags

src/OpenLoco/src/Map/SurfaceData.cpp:595–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593 } };
594
595 uint8_t lowerSurfaceCornerFlags(uint8_t selectedCorner, uint8_t currentSlope)
596 {
597 return lowerSurfaceCornerMapping[selectedCorner][currentSlope];
598 }
599
600 uint8_t raiseSurfaceCornerFlags(uint8_t selectedCorner, uint8_t currentSlope)
601 {

Callers 2

adjustSurfaceSlopeFunction · 0.85
lowerLandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected