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

VRage.Game.ModAPI.Ingame.Utilities.TextPtr

Malware edited this page Dec 25, 2018 · 43 revisions

Index

TextPtr Struct

public struct TextPtr: ValueType

Namespace: VRage.Game.ModAPI.Ingame.Utilities
Assembly: VRage.Game.dll

**Inheritance: **ValueType

Example

Remarks

Fields

Member Description
Content
Index

Properties

Member Description
Char
IsEmpty

Methods

Member Description
IsOutOfBounds()
FindLineNo()
Find(string)
Find(char)
FindInLine(char)
FindEndOfLine(bool)
StartsWithCaseInsensitive(string)
StartsWith(string)
SkipWhitespace(bool)
IsEndOfLine()
IsStartOfLine()
IsNewLine()
TrimStart()
TrimEnd()
Clone this wiki locally