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

◆ AtEnd()

bool System.__DTString.AtEnd ( )
inlinepackage

Definition at line 50 of file __DTString.cs.

51 {
52 if (Index >= Length)
53 {
54 return true;
55 }
56 return false;
57 }

References System.__DTString.Length.