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

Sandbox.ModAPI.Ingame.IMyTextSurface.GetText

Morten Aune Lyrstad edited this page Feb 3, 2022 · 6 revisions

IndexNamespace IndexIMyTextSurface

Summary

public string GetText()

Gets current text that is written on surface. Allocates memory (StringBuilder.ToString())! This method doesn't allocate memory ReadText(StringBuilder, bool)

Returns

string

Current text

Clone this wiki locally