Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.IMyTextSurfaceProvider

Morten Aune Lyrstad edited this page Apr 16, 2022 · 20 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 index)

Get surface by index

Clone this wiki locally