#include <GameModel.h>
|
| Quaffle () |
|
| Quaffle (Position position) |
|
| Ball (Position position, communication::messages::types::EntityId id) |
|
| Object (const Position &position, communication::messages::types::EntityId id) |
|
bool | operator== (const Object &other) const |
|
bool | operator!= (const Object &other) const |
|
communication::messages::types::EntityId | getId () const |
|
|
Position | position = {} |
|
communication::messages::types::EntityId | id {} |
|
gameModel::Quaffle::Quaffle |
( |
| ) |
|
Places Quaffle in the centre of the field
gameModel::Quaffle::Quaffle |
( |
Position |
position | ) |
|
|
explicit |
Playes the Quaffle at the specified location
- Parameters
-
The documentation for this class was generated from the following file:
- /home/travis/build/SoPra-Team-10/GameLogic/src/GameModel.h