Changeset 9521 in orxonox.OLD for branches/proxy/src/lib/network/player_stats.h
- Timestamp:
- Jul 27, 2006, 7:51:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/player_stats.h
r9508 r9521 66 66 inline std::string getNickName(){ return this->nickName; } 67 67 void setNickName( std::string nick ); 68 static bool changeNickHandler( MessageType messageType, byte * data, int dataLength, void * someData, int userId);68 static bool changeNickHandler( MessageType messageType, byte * data, int dataLength, void * someData, int senderId, int destinationId ); 69 69 void shellNick( const std::string& newNick ); 70 70
Note: See TracChangeset
for help on using the changeset viewer.