Function NetworkedMultiplayerENet.setBindIp

The IP used when creating a server. This is set to the wildcard "*" by default, which binds to all available interfaces. The given IP needs to be in IPv4 or IPv6 address format, for example: "192.168.1.1".

void setBindIp (
  const(String) ip
) nothrow @nogc;