- Timestamp:
- Mar 22, 2010, 5:33:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai/src/orxonox/controllers/ArtificialController.h
r6417 r6601 43 43 virtual ~ArtificialController(); 44 44 45 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);//new 46 45 47 void abandonTarget(Pawn* target); 48 49 inline void setTeam(int team)//new 50 { this->team_ = team; } 51 inline int getTeam() const 52 { return this->team_; } 53 46 54 47 55 protected: … … 69 77 bool bShooting_; 70 78 79 bool isMaster_;//new 80 int team_;//new 81 71 82 private: 72 83 };
Note: See TracChangeset
for help on using the changeset viewer.