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

Function getRoadConnectionsAiAllocated

src/OpenLoco/src/Map/Track/Track.cpp:190–193  ·  view source on GitHub ↗

0x00478AF6 For 0x00478AC9 call getRoadConnectionEnd followed by this

Source from the content-addressed store, hash-verified

188 // 0x00478AF6
189 // For 0x00478AC9 call getRoadConnectionEnd followed by this
190 RoadConnections getRoadConnectionsAiAllocated(const World::Pos3& nextTrackPos, const uint8_t nextRotation, const CompanyId company, const uint8_t roadObjectId, const uint8_t requiredMods, const uint8_t queryMods)
191 {
192 return getRoadConnectionsImpl<false, true>(nextTrackPos, nextRotation, company, roadObjectId, requiredMods, queryMods);
193 }
194
195 // Part of 0x004A2604
196 // For 0x004A2604 call this followed by getTrackConnections

Callers 3

pathFindRoadUndoSectionFunction · 0.85
sub_485E6AFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected