Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | MoveNext () |
string | GetTextElement () |
void | Reset () |
Package Functions | |
TextElementEnumerator (string str, int startIndex) | |
Properties | |
object | Current [get] |
int | ElementIndex [get] |
Private Attributes | |
readonly string | _str |
readonly int | _strStartIndex |
int | _currentTextElementOffset |
int | _currentTextElementLength |
string | _currentTextElementSubstr |
Definition at line 6 of file TextElementEnumerator.cs.