35 #ifndef _SOBMushroom_H__ 36 #define _SOBMushroom_H__ 49 virtual bool collidesAgainst(
WorldEntity* otherObject,
const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint)
override;
50 virtual void tick(
float dt)
override;
54 { this->speed_ = speed; }
#define _SOBExport
Definition: SOBPrereqs.h:60
bool goesRight_
Definition: SOBMushroom.h:62
Definition: MovableEntity.h:42
The WorldEntity represents everything that can be put in a Scene at a certain location.
Definition: WorldEntity.h:72
xmlelement
Definition: Super.h:519
float changedOn_
Definition: SOBMushroom.h:64
bool hasCollided_
Definition: SOBMushroom.h:58
float getSpeed() const
Definition: SOBMushroom.h:55
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
void setSpeed(const float speed)
Definition: SOBMushroom.h:53
bool changeAllowed_
Definition: SOBMushroom.h:63
Definition: SOBMushroom.h:44
float gravityAcceleration_
Definition: SOBMushroom.h:60
Shared library macros, enums, constants and forward declarations for the SOB module ...
float speed_
Definition: SOBMushroom.h:61