Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

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

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

IndexNamespace IndexStringSegment

Summary

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.

Parameters

Summary

public void GetLines(List<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