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

Sandbox.ModAPI.Ingame.IMyTextSurface.GetText

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

Returns

string

Current text

Clone this wiki locally