Part of 0x004A2604 For 0x004A2604 call this followed by getTrackConnections
| 195 | // Part of 0x004A2604 |
| 196 | // For 0x004A2604 call this followed by getTrackConnections |
| 197 | ConnectionEnd getTrackConnectionEnd(const World::Pos3& pos, const uint16_t trackAndDirection) |
| 198 | { |
| 199 | const auto& trackData = TrackData::getUnkTrack(trackAndDirection); |
| 200 | |
| 201 | return ConnectionEnd{ pos + trackData.pos, trackData.rotationEnd }; |
| 202 | } |
| 203 | |
| 204 | constexpr uint16_t kNullTad = 0xFFFFU; |
| 205 |
no outgoing calls
no test coverage detected