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

◆ GetNext()

bool System.__DTString.GetNext ( )
inlinepackage

Definition at line 39 of file __DTString.cs.

40 {
41 Index++;
42 if (Index < Length)
43 {
45 return true;
46 }
47 return false;
48 }
ReadOnlySpan< char > Value
Definition __DTString.cs:8

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