Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ConsumeSubString()

void System.__DTString.ConsumeSubString ( DTSubString sub)
inlinepackage

Definition at line 454 of file __DTString.cs.

455 {
456 Index = sub.index + sub.length;
457 if (Index < Length)
458 {
460 }
461 }
ReadOnlySpan< char > Value
Definition __DTString.cs:8

References System.__DTString.Index, System.__DTString.Length, System.DTSubString.length, System.__DTString.m_current, and System.__DTString.Value.