IMyShipConnector Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.Ingame
The IMyShipConnector type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Attempts to connect. If Status is anything else but [!:ConnectorStatus.Connectable], this method does nothing.
| |
Disconnect |
Disconnects this connector.
| |
GetActions | (Inherited from IMyTerminalBlock.) | |
GetActionWithName | (Inherited from IMyTerminalBlock.) | |
GetInventory | (Inherited from IMyEntity.) | |
GetInventory(Int32) | (Inherited from IMyEntity.) | |
GetOwnerFactionTag | (Inherited from IMyCubeBlock.) | |
GetPlayerRelationToOwner | Obsolete. (Inherited from IMyCubeBlock.) | |
GetPosition | (Inherited from IMyEntity.) | |
GetProperties | (Inherited from IMyTerminalBlock.) | |
GetProperty | (Inherited from IMyTerminalBlock.) | |
GetUserRelationToOwner | (Inherited from IMyCubeBlock.) | |
HasLocalPlayerAccess | (Inherited from IMyTerminalBlock.) | |
HasPlayerAccess | (Inherited from IMyTerminalBlock.) | |
RequestEnable | Obsolete. (Inherited from IMyFunctionalBlock.) | |
SearchActionsOfName | (Inherited from IMyTerminalBlock.) | |
SetCustomName(String) | Obsolete. (Inherited from IMyTerminalBlock.) | |
SetCustomName(StringBuilder) | Obsolete. (Inherited from IMyTerminalBlock.) | |
ToggleConnect |
Toggles between [!:ConnectorStatus.Connected] and [!:ConnectorStatus.Unconnected], depending on the current status.
Another connector must be in range for this method to have any effect.
| |
UpdateIsWorking | Obsolete. (Inherited from IMyCubeBlock.) | |
UpdateVisual | Obsolete. (Inherited from IMyCubeBlock.) |
Name | Description | |
---|---|---|
BlockDefinition | (Inherited from IMyCubeBlock.) | |
CheckConnectionAllowed | (Inherited from IMyCubeBlock.) | |
CollectAll |
Gets or sets whether this connector should be pulling items into its inventory.
| |
Components | (Inherited from IMyEntity.) | |
CubeGrid | (Inherited from IMyCubeBlock.) | |
CustomData |
Gets or sets the Custom Data string.
NOTE: Only use this for user input. For storing large mod configs, create your own MyModStorageComponent
(Inherited from IMyTerminalBlock.) | |
CustomInfo | (Inherited from IMyTerminalBlock.) | |
CustomName | (Inherited from IMyTerminalBlock.) | |
CustomNameWithFaction | (Inherited from IMyTerminalBlock.) | |
DefinitionDisplayNameText | (Inherited from IMyCubeBlock.) | |
DetailedInfo | (Inherited from IMyTerminalBlock.) | |
DisassembleRatio | (Inherited from IMyCubeBlock.) | |
DisplayName | (Inherited from IMyEntity.) | |
DisplayNameText | (Inherited from IMyCubeBlock.) | |
Enabled | (Inherited from IMyFunctionalBlock.) | |
EntityId | (Inherited from IMyEntity.) | |
HasInventory | (Inherited from IMyEntity.) | |
InventoryCount | (Inherited from IMyEntity.) | |
IsBeingHacked | (Inherited from IMyCubeBlock.) | |
IsConnected | Obsolete. | |
IsFunctional | (Inherited from IMyCubeBlock.) | |
IsLocked | Obsolete. | |
IsWorking | (Inherited from IMyCubeBlock.) | |
Mass | (Inherited from IMyCubeBlock.) | |
Max | (Inherited from IMyCubeBlock.) | |
Min | (Inherited from IMyCubeBlock.) | |
Name | (Inherited from IMyEntity.) | |
NumberInGrid | (Inherited from IMyCubeBlock.) | |
Orientation | (Inherited from IMyCubeBlock.) | |
OtherConnector |
Gets the connector this one is connected to when Status is [!:ConnectorStatus.Connected].
| |
OwnerId | (Inherited from IMyCubeBlock.) | |
Position | (Inherited from IMyCubeBlock.) | |
PullStrength |
Gets or sets the currently configured strength of the pull when the connector is within
range of another.
| |
ShowInTerminal | (Inherited from IMyTerminalBlock.) | |
ShowInToolbarConfig | (Inherited from IMyTerminalBlock.) | |
ShowOnHUD | (Inherited from IMyTerminalBlock.) | |
Status |
Determines the current status of the connector.
| |
ThrowOut |
Gets or sets whether this connector should throw out anything placed in its inventory.
| |
WorldAABB | (Inherited from IMyEntity.) | |
WorldAABBHr | (Inherited from IMyEntity.) | |
WorldMatrix | (Inherited from IMyEntity.) | |
WorldVolume | (Inherited from IMyEntity.) | |
WorldVolumeHr | (Inherited from IMyEntity.) |