terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetInputText()

string GUIMenuNameEdit.GetInputText ( Rectangle region,
int maxCharacters = -1 )
inline

Definition at line 44 of file GUIMenuNameEdit.cs.

45 {
46 int num = 1;
47 string editedName = this._editedName;
48 if (num == 0)
49 {
50 }
51 string text;
53 int stringLength = text._stringLength;
54 long num2 = 0L;
55 string text2 = text.Substring((int)num2, maxCharacters);
56 this._editedName = text2;
57 if (stringLength == 0)
58 {
59 }
60 string editedName2 = this._editedName;
61 if (stringLength == 0)
62 {
63 }
64 string text3;
65 return text3;
66 }
class f__AnonymousType0<< Count > j__TPar

References _editedName, j__TPar, System.L, and System.text.