Function PacketPeerUDP.leaveMulticastGroup

Removes the interface identified by interface_name from the multicast group specified by multicast_address.

godot.core.defs.GodotError leaveMulticastGroup (
  const(String) multicast_address,
  const(String) interface_name
) nothrow @nogc;