|
@@ -19,6 +19,7 @@ private:
|
|
int umgelenkt;
|
|
int umgelenkt;
|
|
int geschosseGetroffen;
|
|
int geschosseGetroffen;
|
|
int schalter;
|
|
int schalter;
|
|
|
|
+ bool intersectWithOwner;
|
|
int id;
|
|
int id;
|
|
|
|
|
|
public:
|
|
public:
|
|
@@ -34,6 +35,7 @@ public:
|
|
void setTyp( GeschossTyp typ );
|
|
void setTyp( GeschossTyp typ );
|
|
void setRichtung( Richtung r );
|
|
void setRichtung( Richtung r );
|
|
void tick( double zeit );
|
|
void tick( double zeit );
|
|
|
|
+ bool intersectsWith( GameObject *zObj ) override;
|
|
GeschossTyp getTyp() const;
|
|
GeschossTyp getTyp() const;
|
|
Spieler *zBesitzer() const;
|
|
Spieler *zBesitzer() const;
|
|
Spieler *getBesitzer() const;
|
|
Spieler *getBesitzer() const;
|