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

Member Description
string Id
string Icon
StringBuilder Name

Methods

Member Description
void Apply(IMyCubeBlock block)
void Apply(IMyCubeBlock block, ListReader<TerminalActionParameter> terminalActionParameters)
void WriteValue(IMyCubeBlock block, StringBuilder appendTo)
bool IsEnabled(IMyCubeBlock block)

Clone this wiki locally