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

Sandbox.ModAPI.Interfaces.ITerminalAction

Malware edited this page Dec 21, 2018 · 42 revisions

Index

ITerminalAction Interface

Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common.dll

Properties

[`string Id`](Sandbox.ModAPI.Interfaces.Id)
[`string Icon`](Sandbox.ModAPI.Interfaces.Icon)
[`StringBuilder Name`](Sandbox.ModAPI.Interfaces.Name)
### Methods
[`void Apply(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.Apply)
[`void Apply(IMyCubeBlock block, ListReader terminalActionParameters)`](Sandbox.ModAPI.Interfaces.Apply)
[`void WriteValue(IMyCubeBlock block, StringBuilder appendTo)`](Sandbox.ModAPI.Interfaces.WriteValue)
[`bool IsEnabled(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.IsEnabled)

Clone this wiki locally