Changeset 8951 for code/branches/gamecontent/src/orxonox/controllers
- Timestamp:
- Nov 26, 2011, 10:06:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamecontent/src/orxonox/controllers/ArtificialController.h
r8891 r8951 51 51 void abandonTarget(Pawn* target); 52 52 53 inline void setTeam(int team) 53 inline void setTeam(int team) //TODO: write through to controllable entity. 54 54 { this->team_ = team; } 55 55 inline int getTeam() const
Note: See TracChangeset
for help on using the changeset viewer.