class_packetpeerudp - dragonsoulz/godot GitHub Wiki
PacketPeerUDP
####Inherits: PacketPeer ####Category: Core
Brief Description
Member Functions
- int listen ( int port, int recv_buf_size=65536 )
- void close ( )
- int wait ( )
- bool is_listening ( ) const
- String get_packet_ip ( ) const
- int get_packet_address ( ) const
- int get_packet_port ( ) const
- int set_send_address ( String host, int port )