Sandbox.ModAPI.Ingame.IMyTextSurfaceProvider - bimbam2103/space_engineers GitHub Wiki

IndexNamespace Index

IMyTextSurfaceProvider Interface

public interface IMyTextSurfaceProvider

Describes block, that has at least 1 text surface (PB scripting interface)

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

Inheritors:

Properties

int SurfaceCount { get; }

Get surfaces count

bool UseGenericLcd { get; }

Whether generic LCD terminal controls should be created

Methods

IMyTextSurface GetSurface(int index)

Get surface by index

⚠️ **GitHub.com Fallback** ⚠️