WriteText
Summary
public bool WriteText(string value, bool append)
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
True if text was added, or replaced. False if somebody was looking at lcd
Parameters
Summary
public bool WriteText(StringBuilder value, bool append)
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
True if text was added, or replaced. False if somebody was looking at lcd
Parameters
- StringBuilder value
- bool append