Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9499 in orxonox.OLD for branches/proxy/src/world_entities/playable.h


Ignore:
Timestamp:
Jul 27, 2006, 12:10:08 PM (18 years ago)
Author:
patrick
Message:

team id is supported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/playable.h

    r9406 r9499  
    7272  void setPlayDirection(float angle, float dirX, float dirY, float dirZ, float speed = 0.0f);
    7373
     74  // Networking interface
    7475  inline void setScore( int score ) { this->score = score; }
    7576  inline int  getScore() { return this->score; }
     77  virtual void setTeam(int teamId) {}
    7678
    7779  void setEnterRadius(float radius) { this->enterRadius = radius; };
Note: See TracChangeset for help on using the changeset viewer.