35 #ifndef _HoverFlag_H__    36 #define _HoverFlag_H__    51             void init(
int xCoordinate, 
int yCoordinate, 
int cellSize);
    53             virtual bool collidesAgainst(
WorldEntity* otherObject, 
const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) 
override;
    56                 { 
return this->collided_; }
    58                 { this->collided_ = setValue; }
 BoxCollisionShape * cs_
Definition: HoverFlag.h:62
 
Model * model_
Definition: HoverFlag.h:61
 
The StaticEntity is the simplest derivative of the orxonox::WorldEntity class. 
Definition: StaticEntity.h:50
 
void setCollided(bool setValue)
Definition: HoverFlag.h:57
 
bool collided_
Definition: HoverFlag.h:63
 
The WorldEntity represents everything that can be put in a Scene at a certain location. 
Definition: WorldEntity.h:72
 
#define _HoverExport
Definition: HoverPrereqs.h:60
 
Definition: HoverFlag.h:45
 
Shared library macros, enums, constants and forward declarations for the Hover module  ...
 
Die Wagnis Klasse hat die folgenden Aufgaben: 
Definition: ApplicationPaths.cc:66
 
Shared library macros, enums, constants and forward declarations for the objects module  ...
 
Wrapper for the bullet box collision shape class btBoxShape. 
Definition: BoxCollisionShape.h:56
 
bool getCollided() const 
Definition: HoverFlag.h:55