Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Ingame.TerminalBlockExtentions

Malware edited this page Dec 25, 2018 · 49 revisions

Index

TerminalBlockExtentions Class

private public abstract sealed TerminalBlockExtentions
```csharp

**Namespace:** [Sandbox.ModAPI.Ingame](Sandbox.ModAPI.Ingame)  
**Assembly:** Sandbox.Common.dll

### Example

### Remarks

###### Methods

|Member|Description|
|---|---|
|[GetId(IMyTerminalBlock)](Sandbox.ModAPI.Ingame.TerminalBlockExtentions.GetId)||
|[ApplyAction(IMyTerminalBlock, string)](Sandbox.ModAPI.Ingame.TerminalBlockExtentions.ApplyAction)||
|[ApplyAction(IMyTerminalBlock, string, List)](Sandbox.ModAPI.Ingame.TerminalBlockExtentions.ApplyAction)||
|[HasAction(IMyTerminalBlock, string)](Sandbox.ModAPI.Ingame.TerminalBlockExtentions.HasAction)||
|[HasInventory(IMyTerminalBlock)](Sandbox.ModAPI.Ingame.TerminalBlockExtentions.HasInventory)|_**Obsolete:** Use the HasInventory property._|
|[GetInventory(IMyTerminalBlock, int)](Sandbox.ModAPI.Ingame.TerminalBlockExtentions.GetInventory)|_**Obsolete:** Use the GetInventoryBase method._|
|[GetInventoryCount(IMyTerminalBlock)](Sandbox.ModAPI.Ingame.TerminalBlockExtentions.GetInventoryCount)|_**Obsolete:** Use the InventoryCount property._|
|[GetUseConveyorSystem(IMyTerminalBlock)](Sandbox.ModAPI.Ingame.TerminalBlockExtentions.GetUseConveyorSystem)|_**Obsolete:** Use the blocks themselves, this method is no longer reliable_|
|[SetUseConveyorSystem(IMyTerminalBlock, bool)](Sandbox.ModAPI.Ingame.TerminalBlockExtentions.SetUseConveyorSystem)|_**Obsolete:** Use the blocks themselves, this method is no longer reliable_|

Clone this wiki locally