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.h

    r8992 r9006  
    3333#include "controllers/FormationController.h"
    3434
     35
    3536namespace orxonox
    3637{
     
    4445
    4546            virtual void changedControllableEntity();
    46 //************************************************************************* NEW
     47
    4748            virtual void doFire();
    4849            void setBotLevel(float level=1.0f);
     
    6970            bool isCloseAtTarget(float distance) const;
    7071            bool isLookingAtTarget(float angle) const;
    71 //************************************************************************* NEW
     72
    7273            float botlevel_; //<! Makes the level of a bot configurable.
    7374            enum Mode {DEFAULT, ROCKET, DEFENCE, MOVING};//TODO; implement DEFENCE, MOVING modes
Note: See TracChangeset for help on using the changeset viewer.