#include <GameControlData.h>
Definition at line 26 of file GameControlData.h.
Which team does the kickoff
Definition at line 33 of file GameControlData.h.
Possible penalties
notPenalized | |
illegalDefender | |
illegalDefanse | |
obstruction | |
keeperCharge | |
playerCharge | |
ballHolding | |
requestForPickup |
Definition at line 51 of file GameControlData.h.
The game state
Definition at line 36 of file GameControlData.h.
GlobalGameControlData::GlobalGameControlData | ( | ) |
Constructor
Definition at line 20 of file GameControlData.cpp.
References notPenalized, penaltiesBlueTeam, and penaltiesRedTeam.
The score of the blue team
Definition at line 48 of file GameControlData.h.
Referenced by CGameToolBar::handleCommand(), CGameToolBar::handleSelChange(), and GameControlData::translateFromGlobalGameControlData().
Which team does the kickoff
Referenced by CGameToolBar::handleCommand(), GameControlData::translateFromGlobalGameControlData(), and CGameToolBar::updateUI().
The current penalty states of the blue team
Definition at line 66 of file GameControlData.h.
Referenced by GlobalGameControlData(), and GameControlData::translateFromGlobalGameControlData().
The current penalty states of the red team
Definition at line 63 of file GameControlData.h.
Referenced by GlobalGameControlData(), and GameControlData::translateFromGlobalGameControlData().
The score of the red team
Definition at line 45 of file GameControlData.h.
Referenced by CGameToolBar::handleCommand(), CGameToolBar::handleSelChange(), and GameControlData::translateFromGlobalGameControlData().
The game state
Referenced by CGameToolBar::handleCommand(), GameControlData::translateFromGlobalGameControlData(), and CGameToolBar::updateUI().