godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
NetworkedMultiplayerENet.getPeerAddress
godot
networkedmultiplayerenet
NetworkedMultiplayerENet
Returns the IP address of the given peer.
struct
NetworkedMultiplayerENet
@
nogc
nothrow const
String
getPeerAddress
(
in
long
id
)
Meta
Source
See Implementation
godot
networkedmultiplayerenet
NetworkedMultiplayerENet
aliases
BaseClasses
enums
CompressionMode
Constants
functions
closeConnection
createClient
createServer
disconnectPeer
getChannelCount
getCompressionMode
getLastPacketChannel
getPacketChannel
getPeerAddress
getPeerPort
getTransferChannel
isAlwaysOrdered
isDtlsEnabled
isDtlsVerifyEnabled
isServerRelayEnabled
opAssign
opEquals
setAlwaysOrdered
setBindIp
setChannelCount
setCompressionMode
setDtlsCertificate
setDtlsEnabled
setDtlsKey
setDtlsVerifyEnabled
setPeerTimeout
setServerRelayEnabled
setTransferChannel
toHash
properties
alwaysOrdered
channelCount
compressionMode
dtlsVerify
serverRelay
transferChannel
useDtls
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the IP address of the given peer.