Changeset 9797 for code/trunk/src/orxonox/controllers/FormationController.h
- Timestamp:
- Nov 21, 2013, 3:57:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/FormationController.h
r9667 r9797 76 76 { return this->passive_; } 77 77 78 inline void setTeam(int team) 79 { this->team_ = team; } 80 inline int getTeam() const 81 { return this->team_; } 78 82 79 83 80 /** … … 105 102 bool formationFlight_; 106 103 bool passive_; 107 int team_;108 104 unsigned int maxFormationSize_; 109 105 int freedomCount_;
Note: See TracChangeset
for help on using the changeset viewer.