MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / SetEdgesAndCorners

Method SetEdgesAndCorners

src/openrct2/world/Footpath.cpp:1875–1878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1873 }
1874
1875 void PathElement::SetEdgesAndCorners(uint8_t newEdgesAndCorners)
1876 {
1877 EdgesAndCorners = newEdgesAndCorners;
1878 }
1879
1880 bool PathElement::IsLevelCrossing(const CoordsXY& coords) const
1881 {

Callers 3

edgesAndCorners_setMethod · 0.80
FootpathRemoveEdgesAtFunction · 0.80
PathToggleEdgeFunction · 0.80

Calls

no outgoing calls

Tested by 1

PathToggleEdgeFunction · 0.64