Sandbox.ModAPI.Ingame.IMyTextSurface.WriteText - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← IMyTextSurface
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
True if text was added, or replaced. False if somebody was looking at lcd
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
True if text was added, or replaced. False if somebody was looking at lcd
- StringBuilder value
- bool append