TCP Stream peer. TCP Stream peer. This object can be used to connect to TCP servers, or also is returned by a tcp server. Connect to the specified host:port pair. A hostname will be resolved if valid. Returns [OK] on success or [FAILED] on failure. Disconnect from host. Return the IP of this peer. Return the port of this peer. Return the status of the connection, one of STATUS_* enum. The initial status of the [code]StreamPeerTCP[/code], also the status after a disconnect. A status representing a [code]StreamPeerTCP[/code] that is connecting to a host. A status representing a [code]StreamPeerTCP[/code] that is connected to a host. A staus representing a [code]StreamPeerTCP[/code] in error state.