Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 7, 2013, 3:58:33 PM (12 years ago)
Author:
maxima
Message:
 
File:
1 edited

Legend:

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

    r9620 r9621  
    5959      static void passivebehaviour(const bool passive);
    6060      static void formationsize(const int size);
    61       void setNewMasterWithinFormation();
    6261      void setNewMasterWithinFormation(FormationController* newMaster);
    6362
     
    10099      virtual void hit(Pawn* originator, btManifoldPoint& contactpoint, float damage);
    101100
    102       /* Just for testing purposes: report the master. */
    103101      FormationController* getMaster( void ) { return myMaster_; }
    104       FormationController* getThis( void ) { return this; }
     102      FormationController* getController( void ) { return this; }
    105103      FormationController* getSlave( void ) { return this->slaves_.back(); }
    106104
     
    136134      void takeLeadOfFormation();
    137135      void loseMasterState();
     136      void setNewMasterWithinFormation();
    138137
    139138      void freeSlaves();
Note: See TracChangeset for help on using the changeset viewer.