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

◆ Append()

void DrKeyboard_IME.Append ( string input)
inlineprivate

Definition at line 97 of file DrKeyboard_IME.cs.

98 {
99 if (input != null)
100 {
101 int stringLength = input._stringLength;
102 long num = 0L;
103 long num2 = 0L;
104 char c = input[(int)num];
105 string text = this._text;
106 int stringLength2 = text._stringLength;
107 long num3 = 0L;
108 string text2 = text.Substring((int)num3, (int)num2);
109 return;
110 }
111 }
class f__AnonymousType0<< Count > j__TPar
override string text

References _text, System.input, j__TPar, System.L, and text.