- Timestamp:
- Aug 28, 2010, 1:51:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/orxonox/controllers/ArtificialController.cc
r7219 r7236 47 47 namespace orxonox 48 48 { 49 _SetConsoleCommand("ArtificialController", "formationflight", &ArtificialController::formationflight);50 _SetConsoleCommand("ArtificialController", "masteraction", &ArtificialController::masteraction);51 _SetConsoleCommand("ArtificialController", "followme", &ArtificialController::followme);52 _SetConsoleCommand("ArtificialController", "passivebehaviour", &ArtificialController::passivebehaviour);53 _SetConsoleCommand("ArtificialController", "formationsize", &ArtificialController::formationsize);49 SetConsoleCommand("ArtificialController", "formationflight", &ArtificialController::formationflight); 50 SetConsoleCommand("ArtificialController", "masteraction", &ArtificialController::masteraction); 51 SetConsoleCommand("ArtificialController", "followme", &ArtificialController::followme); 52 SetConsoleCommand("ArtificialController", "passivebehaviour", &ArtificialController::passivebehaviour); 53 SetConsoleCommand("ArtificialController", "formationsize", &ArtificialController::formationsize); 54 54 55 55 static const unsigned int STANDARD_MAX_FORMATION_SIZE = 7;
Note: See TracChangeset
for help on using the changeset viewer.