Adding function to find out in which game a user is playing.
This commit is contained in:
@@ -91,6 +91,7 @@ public:
|
||||
GameInfo GetGameInfo(unsigned gameId) const;
|
||||
PlayerInfo GetPlayerInfo(unsigned playerId) const;
|
||||
bool GetPlayerIdFromName(const std::string &playerName, unsigned &playerId) const;
|
||||
unsigned GetGameIdOfPlayer(unsigned playerId) const;
|
||||
ServerStats GetStatData() const;
|
||||
unsigned GetGameId() const;
|
||||
unsigned GetGuiPlayerId() const;
|
||||
|
||||
Reference in New Issue
Block a user