Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8189


Ignore:
Timestamp:
Apr 4, 2011, 3:50:29 PM (13 years ago)
Author:
sven
Message:

Added getter for nick_ in HumanPlayer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/dockingsystem/src/orxonox/infos/HumanPlayer.h

    r7163 r8189  
    4848            float getPing() const;
    4949            float getPacketLossRatio() const;
     50
     51            inline const std::string& getNick() const
     52                { return this->nick_; }
    5053
    5154            void setClientID(unsigned int clientID);
Note: See TracChangeset for help on using the changeset viewer.