- Timestamp:
- Oct 29, 2015, 11:53:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/FormationController.h
r10678 r10717 70 70 { return this->maxFormationSize_; } 71 71 72 /**73 @brief If master, set the desired position of slaves (Vector2) for all the slaves.74 */75 void setDesiredPositionOfSlaves();76 72 77 73 inline void setPassive(bool passive) … … 96 92 inline FormationMode getFormationMode() const 97 93 { return this->formationMode_; } 98 94 99 95 virtual void hit(Pawn* originator, btManifoldPoint& contactpoint, float damage); 100 96 … … 103 99 FormationController* getSlave( void ) { return this->slaves_.back(); } 104 100 105 virtual void changedControllableEntity();106 107 101 protected: 108 Vector3* desiredRelativePosition_;109 102 bool formationFlight_; 110 103 bool passive_; … … 185 178 #endif /* _FormationController_h__ */ 186 179 180
Note: See TracChangeset
for help on using the changeset viewer.