| 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 | { |
no test coverage detected