Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2015, 4:01:54 PM (9 years ago)
Author:
gania
Message:

hold position in formation with waypoints

File:
1 edited

Legend:

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

    r10631 r10670  
    7070           { return this->maxFormationSize_; }
    7171
    72 
     72      /**
     73      @brief If master, set the desired position of slaves (Vector2) for all the slaves.
     74      */
     75      inline void setDesiredPositionOfSlaves();
     76     
    7377      inline void setPassive(bool passive)
    7478           { this->passive_ = passive; }
     
    9296      inline FormationMode getFormationMode() const
    9397           { return this->formationMode_; }
    94 
     98     
    9599      virtual void hit(Pawn* originator, btManifoldPoint& contactpoint, float damage);
    96100
Note: See TracChangeset for help on using the changeset viewer.