Changeset 9256 for code/trunk/src/orxonox/controllers/HumanController.h
- Timestamp:
- May 28, 2012, 9:06:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/HumanController.h
r9016 r9256 74 74 void keepBoosting(void); 75 75 void terminateBoosting(void); 76 76 77 77 78 78 static void greet(); … … 88 88 static void toggleFormationFlight(); 89 89 static void FFChangeMode(); 90 virtual void hit(Pawn* originator, btManifoldPoint& contactpoint, float damage);91 92 90 93 91 static void addBots(unsigned int amount); … … 108 106 static HumanController* localController_s; 109 107 bool controlPaused_; 110 108 111 109 private: 112 110 bool boosting_; // Whether the HumanController is in boosting mode or not.
Note: See TracChangeset
for help on using the changeset viewer.