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

Method HasLegacyPathEntry

src/openrct2/world/tile_element/PathElement.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 bool PathElement::HasLegacyPathEntry() const
205 {
206 return (Flags2 & FOOTPATH_ELEMENT_FLAGS2_LEGACY_PATH_ENTRY) != 0;
207 }
208
209 const PathSurfaceDescriptor* PathElement::GetSurfaceDescriptor() const
210 {

Callers 3

ReadWriteTilesChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected