godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
StreamPeerTCP.GDNativeClassBinding
godot
streampeertcp
StreamPeerTCP
Undocumented in source.
struct
StreamPeerTCP
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("connect_to_host")
GodotMethod
!(
GodotError
,
String
,
long
)
connectToHost
;
__gshared
@
GodotName
("disconnect_from_host")
GodotMethod
!(
void
)
disconnectFromHost
;
__gshared
@
GodotName
("get_connected_host")
GodotMethod
!(
String
)
getConnectedHost
;
__gshared
@
GodotName
("get_connected_port")
GodotMethod
!(
long
)
getConnectedPort
;
__gshared
@
GodotName
("get_status")
GodotMethod
!(
StreamPeerTCP
.
Status
)
getStatus
;
__gshared
@
GodotName
("is_connected_to_host")
GodotMethod
!(
bool
)
isConnectedToHost
;
__gshared
@
GodotName
("set_no_delay")
GodotMethod
!(
void
,
bool
)
setNoDelay
;
}
Members
Static variables
connectToHost
GodotMethod
!(
GodotError
,
String
,
long
)
connectToHost
;
Undocumented in source.
disconnectFromHost
GodotMethod
!(
void
)
disconnectFromHost
;
Undocumented in source.
getConnectedHost
GodotMethod
!(
String
)
getConnectedHost
;
Undocumented in source.
getConnectedPort
GodotMethod
!(
long
)
getConnectedPort
;
Undocumented in source.
getStatus
GodotMethod
!(
StreamPeerTCP
.
Status
)
getStatus
;
Undocumented in source.
isConnectedToHost
GodotMethod
!(
bool
)
isConnectedToHost
;
Undocumented in source.
setNoDelay
GodotMethod
!(
void
,
bool
)
setNoDelay
;
Undocumented in source.
Meta
Source
See Implementation
godot
streampeertcp
StreamPeerTCP
aliases
BaseClasses
enums
Constants
Status
functions
connectToHost
disconnectFromHost
getConnectedHost
getConnectedPort
getStatus
isConnectedToHost
opAssign
opEquals
setNoDelay
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name