class_streampeertcp - BonianSazanShomal/godot GitHub Wiki
StreamPeerTCP
####Inherits: StreamPeer ####Category: Core
Brief Description
TCP Stream peer.
Member Functions
- int connect ( String host, int ip )
- bool is_connected ( ) const
- String get_connected_host ( ) const
- int get_connected_port ( ) const
- void disconnect ( )
Description
TCP Stream peer. This object can be used to connect to TCP servers, or also is returned by a tcp server.