Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetLegacyPathEntry
Method
GetLegacyPathEntry
src/openrct2/world/tile_element/PathElement.cpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
const FootpathObject* PathElement::GetLegacyPathEntry() const
193
{
194
return GetLegacyFootpathEntry(GetLegacyPathEntryIndex());
195
}
196
197
void PathElement::SetLegacyPathEntryIndex(ObjectEntryIndex newIndex)
198
{
Callers
3
IsSameAsPathElement
Method · 0.45
TrackDesignSaveFootpathGetBestEntry
Function · 0.45
onDrawPath
Method · 0.45
Calls
1
GetLegacyFootpathEntry
Function · 0.85
Tested by
1
onDrawPath
Method · 0.36