Class MyShipConnectorStatus
Describes the current status of the connector.
Inheritance
System.Object
MyShipConnectorStatus
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public sealed class MyShipConnectorStatus : Enum
Fields
Connectable
This connector is currently near something that it can connect to.
Declaration
public const MyShipConnectorStatus Connectable
Field Value
| Type | Description |
|---|---|
| MyShipConnectorStatus |
Connected
This connector is currently connected to something.
Declaration
public const MyShipConnectorStatus Connected
Field Value
| Type | Description |
|---|---|
| MyShipConnectorStatus |
Unconnected
This connector is not connected to anything, nor is it near anything connectable.
Declaration
public const MyShipConnectorStatus Unconnected
Field Value
| Type | Description |
|---|---|
| MyShipConnectorStatus |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |