29 #ifndef _HoverOrigin_H__ 30 #define _HoverOrigin_H__ 54 { this->numCells_ = numCells; }
56 {
return this->numCells_; }
59 { this->cellSize_ = cellSize; }
61 {
return this->cellSize_; }
64 { this->cellHeight_ = cellHeight; }
66 {
return this->cellHeight_; }
int cellHeight_
Definition: HoverOrigin.h:73
The StaticEntity is the simplest derivative of the orxonox::WorldEntity class.
Definition: StaticEntity.h:50
void setNumCells(int numCells)
Definition: HoverOrigin.h:53
The HoverOrigin implements the playing field Hover takes place in and allows for many parameters of t...
Definition: HoverOrigin.h:46
void setCellHeight(int cellHeight)
Definition: HoverOrigin.h:63
int getCellSize() const
Definition: HoverOrigin.h:60
int cellSize_
Definition: HoverOrigin.h:72
int numCells_
Definition: HoverOrigin.h:71
int getNumCells() const
Definition: HoverOrigin.h:55
#define _HoverExport
Definition: HoverPrereqs.h:60
xmlelement
Definition: Super.h:519
Shared library macros, enums, constants and forward declarations for the Hover module ...
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
void setCellSize(int cellSize)
Definition: HoverOrigin.h:58
int getCellHeight() const
Definition: HoverOrigin.h:65