@rflafla/f1-udp-parser
Version:
The F1 series of games support the outputting of key game data via a UDP data stream. This data can be interpreted by external apps or connected peripherals for a range of different uses, including providing additional telemetry information, customised HU
61 lines • 2.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.INFRINGEMENTS = void 0;
exports.INFRINGEMENTS = [
'Blocking by slow driving',
'Blocking by wrong way driving',
'Reversing off the start line',
'Big Collision',
'Small Collision',
'Collision failed to hand back position single',
'Collision failed to hand back position multiple',
'Corner cutting gained time',
'Corner cutting overtake single',
'Corner cutting overtake multiple',
'Crossed pit exit lane',
'Ignoring blue flags',
'Ignoring yellow flags',
'Ignoring drive through',
'Too many drive throughs',
'Drive through reminder serve within n laps',
'Drive through reminder serve this lap',
'Pit lane speeding',
'Parked for too long',
'Ignoring tyre regulations',
'Too many penalties',
'Multiple warnings',
'Approaching disqualification',
'Tyre regulations select single',
'Tyre regulations select multiple',
'Lap invalidated corner cutting',
'Lap invalidated running wide',
'Corner cutting ran wide gained time minor',
'Corner cutting ran wide gained time significant',
'Corner cutting ran wide gained time extreme',
'Lap invalidated wall riding',
'Lap invalidated flashback used',
'Lap invalidated reset to track',
'Blocking the pitlane',
'Jump start',
'Safety car to car collision',
'Safety car illegal overtake',
'Safety car exceeding allowed pace',
'Virtual safety car exceeding allowed pace',
'Formation lap below allowed speed',
'Formation lap parking',
'Retired mechanical failure',
'Retired terminally damaged',
'Safety car falling too far back',
'Black flag timer',
'Unserved stop go penalty',
'Unserved drive through penalty',
'Engine component change',
'Gearbox change',
'Parc Ferme change',
'League grid penalty',
'Retry penalty',
'Illegal time gain',
'Mandatory pitstop',
'Attribute assigned',
];
//# sourceMappingURL=infringements.js.map