MCPcopy 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

IsSameAsPathElementMethod · 0.45
onDrawPathMethod · 0.45

Calls 1

GetLegacyFootpathEntryFunction · 0.85

Tested by 1

onDrawPathMethod · 0.36