Click or drag to resize
MyShipConnectorStatus Enumeration
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

Describes the current status of the connector.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum MyShipConnectorStatus
Members
  Member nameValueDescription
Unconnected0 This connector is not connected to anything, nor is it near anything connectable.
Connectable1 This connector is currently near something that it can connect to.
Connected2 This connector is currently connected to something.
See Also