StreamPeerTCPStatus Enumeration |
[Missing <summary> documentation for "T:Godot.StreamPeerTCP.Status"]
Namespace: Godot
public enum Status
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The initial status of the StreamPeerTCP. This is also the status after disconnecting. | |
| Connecting | 1 | A status representing a StreamPeerTCP that is connecting to a host. | |
| Connected | 2 | A status representing a StreamPeerTCP that is connected to a host. | |
| Error | 3 | A status representing a StreamPeerTCP in error state. |