SDK: Add getter for agent path

This commit is contained in:
Dennis Klein 2019-09-01 20:52:24 +02:00 committed by Dennis Klein
parent ac8825c8de
commit c1a17c97b8

View File

@ -57,6 +57,7 @@ class DDSAgent
Pid GetPid() const { return fPid; }
std::string GetState() const { return fState; }
std::string GetHost() const { return fHost; }
std::string GetDDSPath() const { return fDDSPath; }
bool IsLobbyLeader() const { return fLobbyLeader; }
std::chrono::milliseconds GetStartupTime() const { return fStartupTime; }
std::string GetUsername() const { return fUsername; }