Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2010, 7:52:28 PM (14 years ago)
Author:
solex
Message:

nearly finished formationflight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai/src/orxonox/controllers/ArtificialController.h

    r6978 r6986  
    6363            static void masteraction(int action);
    6464            static void followme();
     65            static void passivebehaviour(bool passive);
     66            static void formationsize(int size);
    6567
    6668        protected:
     
    6870            int team_;
    6971            bool formationFlight_;
     72            bool passive_;
     73            int maxFormationSize_;
    7074            int freedomCount_;
    7175            enum State {SLAVE, MASTER, FREE};
Note: See TracChangeset for help on using the changeset viewer.