A type-safe representation of the different referee messages
Member Name | Description |
---|---|
back_pass_l | Left team did a back-pass to the goalie (this message is undocumented in the manual). |
back_pass_r | Right team did a back-pass to the goalie (this message is undocumented in the manual). |
free_kick_fault_l | Left team performed an illegal free kick (this message is undocumented in the manual). |
free_kick_fault_r | Right team performed an illegal free kick (this message is undocumented in the manual). |
foul_l | Announce that left team has made a foul. Subsequent play
mode (0 cycles): free_kick_r |
foul_r | Announce that right team has made a foul. Subsequent play
mode (0 cycles): free_kick_l |
goalie_catch_ball_l | Subsequent play mode (0 cycles): free_kick_r (seems odd?) |
goalie_catch_ball_r | Subsequent play mode (0 cycles): free_kick_l (seems odd?) |
goal_l_ | Not complete! Server sends goal_l_n , which announces
the n:th goal for left team. Subsequent play mode (50 cycles):
kick_off_r |
goal_r_ | Not complete! Server sends goal_r_n , which announces
the n:th goal for right team. Subsequent play mode (50 cycles):
kick_off_l |
half_time | Subsequent play mode (0 cycles): before_kick_off |
time_extended | Subsequent play mode (0 cycles): before_kick_off |
time_up | Sent once the game is over (if the time >= second half and the
scores for each team are different). Subsequent play mode (0 cycles):
time_over |
time_up_without_a_team | Sent if there was no opponent until the end of the second half.
Subsequent play mode (0 cycles): time_over |
none | Used if the Referee-message could not be recognized. |
Namespace: TeamYaffa.CRaPI
Assembly: CRaPI (in CRaPI.dll)