VRage.Game.ModAPI.Ingame.Utilities.StringSegment.GetLines - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← StringSegment
public void GetLines(List<StringSegment> lines)
Fills a list with individual string segments representing the lines of text within this string segment, separated by newlines.
- List<StringSegment> lines
public void GetLines(List<string> lines)
Fills a list with individual strings representing the lines of text within this string segment, separated by newlines.
- List<string> lines