Adding function to find out in which game a user is playing.
This commit is contained in:
@@ -102,6 +102,7 @@ public:
|
||||
ServerInfo getClientServerInfo(unsigned serverId) const;
|
||||
GameInfo getClientGameInfo(unsigned gameId) const;
|
||||
PlayerInfo getClientPlayerInfo(unsigned playerId) const;
|
||||
unsigned getGameIdOfPlayer(unsigned playerId) const;
|
||||
ServerStats getClientStats() const;
|
||||
unsigned getClientCurrentGameId() const;
|
||||
unsigned getClientUniquePlayerId() const;
|
||||
|
||||
Reference in New Issue
Block a user