Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2010, 12:39:55 AM (14 years ago)
Author:
landauf
Message:

trying to activate formationflight also for xml enemies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/orxonox/controllers/ArtificialController.h

    r7066 r7097  
    6464            inline int getFormationSize() const
    6565                { return this->maxFormationSize_; }
     66               
     67            inline void setPassive(bool passive)
     68                { this->passive_ = passive; }
     69            inline bool getPassive() const
     70                { return this->passive_; }
    6671
    6772            virtual void changedControllableEntity();
Note: See TracChangeset for help on using the changeset viewer.