@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
24 lines • 685 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PENALTIES = void 0;
exports.PENALTIES = [
'Drive through',
'Stop Go',
'Grid penalty',
'Penalty reminder',
'Time penalty',
'Warning',
'Disqualified',
'Removed from formation lap',
'Parked too long timer',
'Tyre regulations',
'This lap invalidated',
'This and next lap invalidated',
'This lap invalidated without reason',
'This and next lap invalidated without reason',
'This and previous lap invalidated',
'This and previous lap invalidated without reason',
'Retired',
'Black flag timer',
];
//# sourceMappingURL=penalties.js.map