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

Sandbox.ModAPI.Ingame.IMyTextSurfaceProvider

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

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)

Get surface by index

Clone this wiki locally