0x00478D16 For 0x00478CE9 call getRoadConnectionEnd followed by this
| 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 |
no outgoing calls
no test coverage detected