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

Sandbox.ModAPI.Interfaces.ITerminalAction

Morten Aune Lyrstad edited this page Apr 16, 2022 · 42 revisions

IndexNamespace Index

ITerminalAction Interface

public interface ITerminalAction

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

Properties

Member Description
string Icon { get; }
string Id { get; }
StringBuilder Name { get; }

Methods

Member Description
void Apply(IMyCubeBlock)
void Apply(IMyCubeBlock, ListReader)
bool IsEnabled(IMyCubeBlock)
void WriteValue(IMyCubeBlock, StringBuilder)

Clone this wiki locally