TableTennisBadminton

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

  • ClockHourTens: char (example: 1)
  • ClockHourOnes: char (example: 1)
  • Set: char (example: 1)
  • HomePoints: string (example: 12)
  • GuestPoints: string (example: 12)
  • HomeSetsWon: char (example: 1)
  • GuestSetsWon: char (example: 1)
  • HomePointsSet1: string (example: 12)
  • HomePointsSet2: string (example: 12)
  • HomePointsSet3: string (example: 12)
  • HomePointsSet4: string (example: 12)
  • GuestPointsSet1: string (example: 12)
  • GuestPointsSet2: string (example: 12)
  • GuestPointsSet3: string (example: 12)
  • GuestPointsSet4: string (example: 12)
  • HomeServe: char (example: S)
  • GuestServe: char (example: S)
  • SetOrdinal: string (example: 1st)

Score composition

  • This contract uses full point strings (HomePoints, GuestPoints) and does not compose points from per-digit char score parts.