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

Malware edited this page Dec 13, 2025 · 26 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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