Changeset 9255 for code/trunk/src/orxonox/worldentities
- Timestamp:
- May 28, 2012, 12:21:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/ControllableEntity.h
r9016 r9255 166 166 inline void setTeam(int team) 167 167 { this->team_ = team; } 168 inline float getTeam() const168 inline int getTeam() const 169 169 { return this->team_; } 170 170
Note: See TracChangeset
for help on using the changeset viewer.