godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
UDPServer._new
godot
udpserver
UDPServer
Construct a new instance of UDPServer. Note: use
memnew!UDPServer
instead.
struct
UDPServer
@
nogc
nothrow static
UDPServer
_new
(
)
Meta
Source
See Implementation
godot
udpserver
UDPServer
aliases
BaseClasses
functions
getMaxPendingConnections
isConnectionAvailable
isListening
listen
opAssign
opEquals
poll
setMaxPendingConnections
stop
takeConnection
toHash
properties
maxPendingConnections
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Construct a new instance of UDPServer. Note: use memnew!UDPServer instead.