Changeset 7932 for code/branches/hudimprovements/src/orxonox/worldentities
- Timestamp:
- Feb 20, 2011, 4:53:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hudimprovements/src/orxonox/worldentities/pawns/SpaceShip.h
r7920 r7932 74 74 { return this->bBoost_; } 75 75 76 inline float getBoostPower() 76 inline float getBoostPower() const 77 77 { return this->boostPower_; } 78 inline float getInitialBoostPower() 78 inline float getInitialBoostPower() const 79 79 { return this->initialBoostPower_; } 80 80 … … 88 88 inline bool getPermanentBoost() const 89 89 { return this->bPermanentBoost_; } 90 91 inline bool isBoostCoolingDown() const 92 { return bBoostCooldown_; } 90 93 91 94 protected:
Note: See TracChangeset
for help on using the changeset viewer.