NetworkedMultiplayerENet.GDNativeClassBinding

Undocumented in source.
struct NetworkedMultiplayerENet
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

closeConnection
GodotMethod!(void, long) closeConnection;
Undocumented in source.
createClient
GodotMethod!(GodotError, String, long, long, long, long) createClient;
Undocumented in source.
createServer
GodotMethod!(GodotError, long, long, long, long) createServer;
Undocumented in source.
disconnectPeer
GodotMethod!(void, long, bool) disconnectPeer;
Undocumented in source.
getChannelCount
GodotMethod!(long) getChannelCount;
Undocumented in source.
getCompressionMode
GodotMethod!(NetworkedMultiplayerENet.CompressionMode) getCompressionMode;
Undocumented in source.
getLastPacketChannel
GodotMethod!(long) getLastPacketChannel;
Undocumented in source.
getPacketChannel
GodotMethod!(long) getPacketChannel;
Undocumented in source.
getPeerAddress
GodotMethod!(String, long) getPeerAddress;
Undocumented in source.
getPeerPort
GodotMethod!(long, long) getPeerPort;
Undocumented in source.
getTransferChannel
GodotMethod!(long) getTransferChannel;
Undocumented in source.
isAlwaysOrdered
GodotMethod!(bool) isAlwaysOrdered;
Undocumented in source.
isDtlsEnabled
GodotMethod!(bool) isDtlsEnabled;
Undocumented in source.
isDtlsVerifyEnabled
GodotMethod!(bool) isDtlsVerifyEnabled;
Undocumented in source.
isServerRelayEnabled
GodotMethod!(bool) isServerRelayEnabled;
Undocumented in source.
setAlwaysOrdered
GodotMethod!(void, bool) setAlwaysOrdered;
Undocumented in source.
setBindIp
GodotMethod!(void, String) setBindIp;
Undocumented in source.
setChannelCount
GodotMethod!(void, long) setChannelCount;
Undocumented in source.
setCompressionMode
GodotMethod!(void, long) setCompressionMode;
Undocumented in source.
setDtlsCertificate
GodotMethod!(void, X509Certificate) setDtlsCertificate;
Undocumented in source.
setDtlsEnabled
GodotMethod!(void, bool) setDtlsEnabled;
Undocumented in source.
setDtlsKey
GodotMethod!(void, CryptoKey) setDtlsKey;
Undocumented in source.
setDtlsVerifyEnabled
GodotMethod!(void, bool) setDtlsVerifyEnabled;
Undocumented in source.
setPeerTimeout
GodotMethod!(void, long, long, long, long) setPeerTimeout;
Undocumented in source.
setServerRelayEnabled
GodotMethod!(void, bool) setServerRelayEnabled;
Undocumented in source.
setTransferChannel
GodotMethod!(void, long) setTransferChannel;
Undocumented in source.

Meta