Rodeo

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

  • ClockHundreths: char (example: 1)
  • ClockMilliSeconds: char (example: 1)
  • RiderNumber: string (example: 1234)
  • RiderScore: string (example: 12)
  • Penalty: char (example: 1)
  • ReRide: char (example: R)
  • LeaderNumber: string (example: 1234)
  • LeaderScore: string (example: 12)
  • PrevRiderNumber: string (example: 1234)
  • PrevRiderScore: string (example: 12)

Score composition

  • This contract does not build rider/team scores from char parts; score fields are provided as full strings (RiderScore, LeaderScore, PrevRiderScore).