- Timestamp:
- Aug 26, 2010, 12:09:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/orxonox/controllers/ArtificialController.cc
r7204 r7219 47 47 namespace orxonox 48 48 { 49 SetConsoleCommand(ArtificialController, formationflight, true);50 SetConsoleCommand(ArtificialController, masteraction, true);51 SetConsoleCommand(ArtificialController, followme, true);52 SetConsoleCommand(ArtificialController, passivebehaviour, true);53 SetConsoleCommand(ArtificialController, formationsize, true);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.