MCPcopy Create free account
hub / github.com/ddnet/ddnet / ClientAddrString

Method ClientAddrString

src/engine/server.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 virtual const NETADDR *ClientAddr(int ClientId) const = 0;
68 virtual const std::array<char, NETADDR_MAXSTRSIZE> &ClientAddrStringImpl(int ClientId, bool IncludePort) const = 0;
69 const char *ClientAddrString(int ClientId, bool IncludePort) const { return ClientAddrStringImpl(ClientId, IncludePort).data(); }
70
71 /**
72 * Returns the version of the client with the given client ID.

Callers 7

LogEventMethod · 0.80
OnCallVoteNetMessageMethod · 0.80
ConForceVoteMethod · 0.80
OnSetAuthedMethod · 0.80
server.cppFile · 0.80
DelClientCallbackMethod · 0.80
ConStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected