- 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.
- 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.
- setTransferChannel
GodotMethod!(void, long) setTransferChannel;
Undocumented in source.