Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_set
Method · 0.80
FootpathRemoveEdgesAt
Function · 0.80
PathToggleEdge
Function · 0.80
Calls
no outgoing calls
Tested by
1
PathToggleEdge
Function · 0.64