This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRage.Game.ModAPI.Ingame.Utilities.StringSegment
Morten Aune Lyrstad edited this page Feb 17, 2020
·
47 revisions
← Index ← Namespace Index
public struct StringSegmentNamespace: VRage.Game.ModAPI.Ingame.Utilities
Assembly: VRage.Game.dll
| Member | Description |
|---|---|
| Text | |
| Start | |
| Length |
| Member | Description |
|---|---|
| IsEmpty { get; } | |
| IsCached { get; } | |
| Item { get; } |
| Member | Description |
|---|---|
| StringSegment(string) | |
| StringSegment(string, int, int) |
| Member | Description |
|---|---|
| IndexOf(char) | |
| IndexOf(char, int) | |
| IndexOfAny(Char[]) | |
| EqualsIgnoreCase(StringSegment) | |
| ToString() | |
| GetLines(List) |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!