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