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

Method NetBan

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

Source from the content-addressed store, hash-verified

481 NETADDR Address() const { return m_Address; }
482 NETSOCKET Socket() const { return m_Socket; }
483 CNetBan *NetBan() const { return m_pNetBan; }
484 int NetType() const { return net_socket_type(m_Socket); }
485 int MaxClients() const { return m_MaxClients; }
486

Callers 4

UpdateMethod · 0.45
BanMethod · 0.45
ProcessClientPacketMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected