Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2011, 12:03:21 AM (13 years ago)
Author:
jo
Message:

Repairing setbotlevel command. Start of a presentation level.

File:
1 edited

Legend:

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

    r8992 r9006  
    2929#include "ArtificialController.h"
    3030#include "core/CoreIncludes.h"
     31#include "core/command/ConsoleCommand.h"
    3132#include "worldentities/pawns/Pawn.h"
    3233#include "worldentities/pawns/SpaceShip.h"
     
    4142namespace orxonox
    4243{
     44    SetConsoleCommand("ArtificialController", "setbotlevel",      &ArtificialController::setAllBotLevel);
    4345
    4446    ArtificialController::ArtificialController(BaseObject* creator) : FormationController(creator)
     
    113115    }
    114116
    115 //****************************************************************************************** NEW
    116117    /**
    117118        @brief DoFire is called when a bot should shoot and decides which weapon is used and whether the bot shoots at all.
Note: See TracChangeset for help on using the changeset viewer.