- disconnectPeer
GodotMethod!(void, long, long, String) disconnectPeer;
Undocumented in source.
- getBindIp
GodotMethod!(String) getBindIp;
Undocumented in source.
- getCaChain
GodotMethod!(X509Certificate) getCaChain;
Undocumented in source.
- getPeerAddress
GodotMethod!(String, long) getPeerAddress;
Undocumented in source.
- getPeerPort
GodotMethod!(long, long) getPeerPort;
Undocumented in source.
- getPrivateKey
GodotMethod!(CryptoKey) getPrivateKey;
Undocumented in source.
- getSslCertificate
GodotMethod!(X509Certificate) getSslCertificate;
Undocumented in source.
- hasPeer
GodotMethod!(bool, long) hasPeer;
Undocumented in source.
- isListening
GodotMethod!(bool) isListening;
Undocumented in source.
- listen
GodotMethod!(GodotError, long, PoolStringArray, bool) listen;
Undocumented in source.
- setBindIp
GodotMethod!(void, String) setBindIp;
Undocumented in source.
- setCaChain
GodotMethod!(void, X509Certificate) setCaChain;
Undocumented in source.
- setPrivateKey
GodotMethod!(void, CryptoKey) setPrivateKey;
Undocumented in source.
- setSslCertificate
GodotMethod!(void, X509Certificate) setSslCertificate;
Undocumented in source.
- stop
GodotMethod!(void) stop;
Undocumented in source.