Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2015, 11:53:45 AM (9 years ago)
Author:
gania
Message:

Wingmen and Leaders look for their leaders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/FormationController.h

    r10678 r10717  
    7070           { return this->maxFormationSize_; }
    7171
    72       /**
    73       @brief If master, set the desired position of slaves (Vector2) for all the slaves.
    74       */
    75       void setDesiredPositionOfSlaves();
    7672
    7773      inline void setPassive(bool passive)
     
    9692      inline FormationMode getFormationMode() const
    9793           { return this->formationMode_; }
    98      
     94
    9995      virtual void hit(Pawn* originator, btManifoldPoint& contactpoint, float damage);
    10096
     
    10399      FormationController* getSlave( void ) { return this->slaves_.back(); }
    104100
    105       virtual void changedControllableEntity();
    106 
    107101  protected:
    108       Vector3* desiredRelativePosition_;
    109102      bool formationFlight_;
    110103      bool passive_;
     
    185178#endif /* _FormationController_h__ */
    186179
     180
Note: See TracChangeset for help on using the changeset viewer.