MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getRoadConnectionsOneWay

Function getRoadConnectionsOneWay

src/OpenLoco/src/Map/Track/Track.cpp:183–186  ·  view source on GitHub ↗

0x00478D16 For 0x00478CE9 call getRoadConnectionEnd followed by this

Source from the content-addressed store, hash-verified

181 // 0x00478D16
182 // For 0x00478CE9 call getRoadConnectionEnd followed by this
183 RoadConnections getRoadConnectionsOneWay(const World::Pos3& nextTrackPos, const uint8_t nextRotation, const CompanyId company, const uint8_t roadObjectId, const uint8_t requiredMods, const uint8_t queryMods)
184 {
185 return getRoadConnectionsImpl<true, false>(nextTrackPos, nextRotation, company, roadObjectId, requiredMods, queryMods);
186 }
187
188 // 0x00478AF6
189 // For 0x00478AC9 call getRoadConnectionEnd followed by this

Callers 3

sub_47DA8DFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected