Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2010, 1:51:04 AM (14 years ago)
Author:
landauf
Message:

replaced the temporary names of all ConsoleCommand related classes and functions by their real names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/orxonox/controllers/ArtificialController.cc

    r7219 r7236  
    4747namespace orxonox
    4848{
    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);
    5454
    5555    static const unsigned int STANDARD_MAX_FORMATION_SIZE = 7;
Note: See TracChangeset for help on using the changeset viewer.