Changeset 9499 in orxonox.OLD for branches/proxy/src/world_entities
- Timestamp:
- Jul 27, 2006, 12:10:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/playable.h
r9406 r9499 72 72 void setPlayDirection(float angle, float dirX, float dirY, float dirZ, float speed = 0.0f); 73 73 74 // Networking interface 74 75 inline void setScore( int score ) { this->score = score; } 75 76 inline int getScore() { return this->score; } 77 virtual void setTeam(int teamId) {} 76 78 77 79 void setEnterRadius(float radius) { this->enterRadius = radius; };
Note: See TracChangeset
for help on using the changeset viewer.