- Timestamp:
- Oct 19, 2015, 5:15:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/FormationController.h
r10670 r10673 73 73 @brief If master, set the desired position of slaves (Vector2) for all the slaves. 74 74 */ 75 inlinevoid setDesiredPositionOfSlaves();76 75 void setDesiredPositionOfSlaves(); 76 77 77 inline void setPassive(bool passive) 78 78 { this->passive_ = passive; } … … 106 106 107 107 protected: 108 Vector3* desiredRelativePosition_; 108 109 bool formationFlight_; 109 110 bool passive_;
Note: See TracChangeset
for help on using the changeset viewer.