Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9494 in orxonox.OLD for trunk/src/world_entities/spawning_point.h


Ignore:
Timestamp:
Jul 27, 2006, 10:44:28 AM (19 years ago)
Author:
bensch
Message:

merged the proxy back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/spawning_point.h

    r9008 r9494  
    5050    virtual void loadParams(const TiXmlElement* root);
    5151
    52     inline int getTeamId(){ return this->teamId; }
    53     inline void setTeamId( int teamId ){ this->teamId = teamId; }
     52    inline int getTeamId() const { return this->teamId; }
     53    inline void setTeamId( int teamId ) { this->teamId = teamId; }
    5454
    5555    void pushEntity(Playable* entity, float delay = 0);
     
    6363
    6464    virtual void tick(float dt);
    65     virtual void draw();
     65    virtual void draw() const;
    6666
    6767
    6868  private:
    6969    void spawn(Playable* entity);
    70    
     70
    7171    void sendRespawnMessage( int uniqueId );
    7272    static bool respawnMessageHandler( MessageId messageId, byte * data, int dataLength, void * someData, int userId );
Note: See TracChangeset for help on using the changeset viewer.