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

◆ Advance()

bool System.__DTString.Advance ( int count)
inlinepackage

Definition at line 59 of file __DTString.cs.

60 {
61 Index += count;
62 if (Index < Length)
63 {
65 return true;
66 }
67 return false;
68 }
ReadOnlySpan< char > Value
Definition __DTString.cs:8

References System.count, System.__DTString.Index, System.__DTString.Length, System.__DTString.m_current, and System.__DTString.Value.