Sandbox.ModAPI.Ingame.IMyTextSurface.WriteText - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexIMyTextSurface

Summary

public bool WriteText(string value, bool append = default)

Writes text to surface. If somebody opened LCD text in popup dialog, text can no longer be added to the surface. Resulting text must is capped with 100000 symbols

Returns

bool

True if text was added, or replaced. False if somebody was looking at lcd

Parameters

Summary

public bool WriteText(StringBuilder value, bool append = default)

Writes text to surface. If somebody opened LCD text in popup dialog, text can no longer be added to the surface. Resulting text must is capped with 100000 symbols

Returns

bool

True if text was added, or replaced. False if somebody was looking at lcd

Parameters

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