Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2015, 12:07:22 PM (8 years ago)
Author:
gania
Message:

Fixed some bugs, only DivisionController works for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/SectionController.h

    r10851 r10854  
    6363            //----action must only be managed by this----     
    6464                virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour.
    65 
     65                Vector3 getFormationPosition ();
     66                void boostControl();
    6667        private:
    6768            //----private variables-----
    6869                Timer actionTimer_; //<! Regularly calls action().
    6970                bool bFirstAction_;
    70            
     71
    7172
    7273    };
Note: See TracChangeset for help on using the changeset viewer.