Changeset 7841 for code/branches/ai/src/orxonox
- Timestamp:
- Jan 31, 2011, 9:33:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai/src/orxonox/controllers/ArtificialController.cc
r7840 r7841 51 51 SetConsoleCommand("ArtificialController", "followme", &ArtificialController::followme); 52 52 SetConsoleCommand("ArtificialController", "passivebehaviour", &ArtificialController::passivebehaviour); 53 SetConsoleCommand("ArtificialController", "formationsize", &ArtificialController::formationsize); 53 54 SetConsoleCommand("ArtificialController", "botlevel", &ArtificialController::setBotLevel); 54 55
Note: See TracChangeset
for help on using the changeset viewer.