Changeset 7920 for code/branches/hudimprovements/src/orxonox/worldentities
- Timestamp:
- Feb 20, 2011, 12:33:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hudimprovements/src/orxonox/worldentities/pawns/SpaceShip.h
r7801 r7920 74 74 { return this->bBoost_; } 75 75 76 inline float getBoostPower() 77 { return this->boostPower_; } 78 inline float getInitialBoostPower() 79 { return this->initialBoostPower_; } 80 76 81 inline void setEngineTemplate(const std::string& temp) 77 82 { this->enginetemplate_ = temp; this->loadEngineTemplate(); } … … 108 113 109 114 void loadEngineTemplate(); 110 115 111 116 void boostCooledDown(void); 112 117
Note: See TracChangeset
for help on using the changeset viewer.