DragRacing

This contract extends the shared Sport base contract documented in Sports Contracts Reference.

  • ChannelNumber: char (example: 1)
  • CategoryName: string (example: Pro Class)
  • Round: string (example: R1)
  • LeftCarNumber: string (example: 1234)
  • LeftDriver: string (example: Driver Name)
  • LeftMember: string (example: Member)
  • LeftQualPos: string (example: 01)
  • RightCarNumber: string (example: 1234)
  • RightDriver: string (example: Driver Name)
  • RightMember: string (example: Member)
  • RightQualPos: string (example: 01)
  • LeftClass: string (example: 01)
  • RightClass: string (example: 01)
  • LeftDialIn: string (example: 12345)
  • LeftReactionTime: string (example: 123456)
  • Left60Feet: string (example: 123456)
  • Left330Feet: string (example: 123456)
  • Left660Feet: string (example: 123456)
  • Left660FeetMPH: string (example: 123456)
  • Left1000Feet: string (example: 123456)
  • LeftQuarterMile: string (example: 123456)
  • LeftQuarterMileMPH: string (example: 123456)
  • RightDialIn: string (example: 12345)
  • RightReactionTime: string (example: 123456)
  • Right60Feet: string (example: 123456)
  • Right330Feet: string (example: 123456)
  • Right660Feet: string (example: 123456)
  • Right660FeetMPH: string (example: 123456)
  • Right1000Feet: string (example: 123456)
  • RightQuarterMile: string (example: 123456)
  • RightQuarterMileMPH: string (example: 123456)
  • LeftFirst: string (example: 123456)
  • RightFirst: string (example: 123456)
  • Win: char (example: L)
  • Mov: string (example: 123456)
  • IsDetailed: bool (example: false)

Score composition

  • This contract does not build team scores from char score parts; race result metrics are mostly string fields already parsed from timing packets.