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

Method ClientAddr

src/engine/shared/network.h:536–536  ·  view source on GitHub ↗

status requests

Source from the content-addressed store, hash-verified

534
535 // status requests
536 const NETADDR *ClientAddr(int ClientId) const { return m_aSlots[ClientId].m_Connection.PeerAddress(); }
537 CNetBan *NetBan() const { return m_pNetBan; }
538};
539

Callers

nothing calls this directly

Calls 1

PeerAddressMethod · 0.45

Tested by

no test coverage detected