UDPServer.listen

Starts the server by opening a UDP socket listening on the given port. You can optionally specify a bind_address to only listen for packets sent to that address. See also PacketPeerUDP.listen.

struct UDPServer
@nogc nothrow
GodotError
listen
(
in long port
,
in String bind_address = gs!"*"
)

Meta