Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 1, 2015, 4:33:46 PM (9 years ago)
Author:
gania
Message:

didn'change any behaviour yet, but implemented some methods that I don't use yet

File:
1 edited

Legend:

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

    r10909 r10910  
    180180            virtual bool hasFollower()
    181181                { return true; }
     182            void stateMachine();
     183            bool patrol();
     184            std::pair <ControllableEntity*, ControllableEntity*> closestTargets();
    182185
    183186        protected:
     
    239242                bool bActionCalled_;
    240243                bool bManeuverCalled_;
     244                bool bDefaultFightAll_;
     245                bool bActive_;
     246                bool bPatrolling_;
     247                bool bDefaultPatrol_;
    241248
    242249        private:
Note: See TracChangeset for help on using the changeset viewer.