godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
PacketPeerUDP._classBinding
godot
packetpeerudp
PacketPeerUDP
Undocumented in source.
struct
PacketPeerUDP
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("listen")
GodotMethod
!(
GodotError
,
long
,
String
,
long
)
listen
;
__gshared
@
GodotName
("close")
GodotMethod
!(
void
)
close
;
__gshared
@
GodotName
("wait")
GodotMethod
!(
GodotError
)
wait
;
__gshared
@
GodotName
("is_listening")
GodotMethod
!(
bool
)
isListening
;
__gshared
@
GodotName
("get_packet_ip")
GodotMethod
!(
String
)
getPacketIp
;
__gshared
@
GodotName
("get_packet_port")
GodotMethod
!(
long
)
getPacketPort
;
__gshared
@
GodotName
("set_dest_address")
GodotMethod
!(
GodotError
,
String
,
long
)
setDestAddress
;
}
Members
Static variables
close
GodotMethod
!(
void
)
close
;
Undocumented in source.
getPacketIp
GodotMethod
!(
String
)
getPacketIp
;
Undocumented in source.
getPacketPort
GodotMethod
!(
long
)
getPacketPort
;
Undocumented in source.
isListening
GodotMethod
!(
bool
)
isListening
;
Undocumented in source.
listen
GodotMethod
!(
GodotError
,
long
,
String
,
long
)
listen
;
Undocumented in source.
setDestAddress
GodotMethod
!(
GodotError
,
String
,
long
)
setDestAddress
;
Undocumented in source.
wait
GodotMethod
!(
GodotError
)
wait
;
Undocumented in source.
Meta
Source
See Implementation
godot
packetpeerudp
PacketPeerUDP
aliases
BaseClasses
functions
close
getPacketIp
getPacketPort
isListening
listen
opAssign
opEquals
setDestAddress
wait
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name