Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2015, 6:46:20 PM (8 years ago)
Author:
gania
Message:

almost all works now, check AITest.oxw

File:
1 edited

Legend:

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

    r10856 r10859  
    138138                virtual void stayNearProtect();
    139139                virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour.
    140            
     140                 virtual void takeActionpoints (std::vector<Point > vector, std::vector<Point > loop, bool b);
     141   
    141142        protected:
    142143            //----[Flying methods]----
     
    227228                bool bFirstTick_;
    228229                bool bInLoop_;
    229                 bool bLoop_;                   
     230                bool bLoop_;   
     231                bool bEndLoop_;               
    230232            //----[/"Private" variables]----   
    231         virtual void takeActionpoints (std::vector<Point > vector, std::vector<Point > loop, bool b);
    232233           
    233234    };
Note: See TracChangeset for help on using the changeset viewer.