Changeset 9583 for code/branches/formationupdate/src/orxonox/controllers
- Timestamp:
- Mar 26, 2013, 3:30:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/formationupdate/src/orxonox/controllers/FormationController.h
r9348 r9583 98 98 virtual void hit(Pawn* originator, btManifoldPoint& contactpoint, float damage); 99 99 100 /* Just for testing purposes: report the master. */ 101 FormationController* getMaster( void ) { return myMaster_; } 102 100 103 protected: 101 104 bool formationFlight_; … … 159 162 160 163 void setTarget(Pawn* target); 164 161 165 void searchNewTarget(); 162 166 void forgetTarget();
Note: See TracChangeset
for help on using the changeset viewer.