Part of 0x00478895 For 0x00478895 call this followed by getRoadConnections
| 14 | // Part of 0x00478895 |
| 15 | // For 0x00478895 call this followed by getRoadConnections |
| 16 | ConnectionEnd getRoadConnectionEnd(const World::Pos3& pos, const uint16_t trackAndDirection) |
| 17 | { |
| 18 | const auto& roadData = TrackData::getUnkRoad(trackAndDirection); |
| 19 | |
| 20 | return ConnectionEnd{ pos + roadData.pos, roadData.rotationEnd }; |
| 21 | } |
| 22 | |
| 23 | // 0x004788C8 |
| 24 | template<bool checkOneWay, bool aiAllocated> |
no outgoing calls
no test coverage detected