Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AtEnd()
bool
System.__DTString.AtEnd
(
)
inline
package
Definition at line
50
of file
__DTString.cs
.
51
{
52
if
(
Index
>=
Length
)
53
{
54
return
true
;
55
}
56
return
false
;
57
}
System.__DTString.Index
int Index
Definition
__DTString.cs:10
System.__DTString.Length
int Length
Definition
__DTString.cs:20
References
System.__DTString.Length
.
System
__DTString
Generated by
1.10.0