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

Function GetLegacyFootpathEntry

src/openrct2/world/Footpath.cpp:1810–1814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1808 }
1809
1810 const FootpathObject* GetLegacyFootpathEntry(ObjectEntryIndex entryIndex)
1811 {
1812 auto& objMgr = GetContext()->GetObjectManager();
1813 return objMgr.GetLoadedObject<FootpathObject>(entryIndex);
1814 }
1815
1816 const FootpathSurfaceObject* GetPathSurfaceEntry(ObjectEntryIndex entryIndex)
1817 {

Callers 1

GetLegacyPathEntryMethod · 0.85

Calls 1

GetContextFunction · 0.85

Tested by

no test coverage detected