- Timestamp:
- May 27, 2010, 7:52:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai/src/orxonox/controllers/ArtificialController.h
r6978 r6986 63 63 static void masteraction(int action); 64 64 static void followme(); 65 static void passivebehaviour(bool passive); 66 static void formationsize(int size); 65 67 66 68 protected: … … 68 70 int team_; 69 71 bool formationFlight_; 72 bool passive_; 73 int maxFormationSize_; 70 74 int freedomCount_; 71 75 enum State {SLAVE, MASTER, FREE};
Note: See TracChangeset
for help on using the changeset viewer.