- Timestamp:
- Dec 1, 2015, 4:33:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/src/orxonox/controllers/ActionpointController.h
r10909 r10910 180 180 virtual bool hasFollower() 181 181 { return true; } 182 void stateMachine(); 183 bool patrol(); 184 std::pair <ControllableEntity*, ControllableEntity*> closestTargets(); 182 185 183 186 protected: … … 239 242 bool bActionCalled_; 240 243 bool bManeuverCalled_; 244 bool bDefaultFightAll_; 245 bool bActive_; 246 bool bPatrolling_; 247 bool bDefaultPatrol_; 241 248 242 249 private:
Note: See TracChangeset
for help on using the changeset viewer.