Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.StringSegment.GetLines

Morten Aune Lyrstad edited this page Apr 16, 2022 · 26 revisions

IndexNamespace IndexStringSegment

Summary

public void GetLines(List<VRage.Game.ModAPI.Ingame.Utilities.StringSegment> lines)

Fills a list with individual string segments representing the lines of text within this string segment, separated by newlines.

Parameters

Summary

public void GetLines(List<System.String> lines)

Fills a list with individual strings representing the lines of text within this string segment, separated by newlines.

Parameters

Clone this wiki locally