eris
1.4.0
A WorldForge client library.
|
5 #include "TransferInfo.h"
13 : m_host(std::move(host)),
15 m_possess_key(std::move(key)),
16 m_possess_entity_id(std::move(id)) {
32 return m_possess_entity_id;
const std::string & getPossessKey() const
Get the one-time generated possess key (used for claiming ownership)
const std::string & getPossessEntityId() const
Get the entity ID of the transferred character on the destination server.
const std::string & getHost() const
Get the hostname of the transfer destination server.
TransferInfo(std::string host, int port, std::string key, std::string id)
Ctor.
int getPort() const
Get the connection port of the transfer destination server.