Function NetworkedMultiplayerENet.disconnectPeer
Disconnect the given peer. If "now" is set to true
, the connection will be closed immediately without flushing queued messages.
void disconnectPeer
(
const(long) id,
const(bool) now = false
) nothrow @nogc;