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

◆ Write()

void Terraria.GameContent.UI.Elements.UITextBox.Write ( string text)
inline

Definition at line 15 of file UITextBox.cs.

16 {
17 string text2 = base.Text;
18 int cursor = this._cursor;
19 string text3 = text2.Insert(cursor, text);
20 int cursor2 = this._cursor;
21 int stringLength = text._stringLength;
23 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.UI.Elements.UITextBox._cursor, j__TPar, and System.text.

Referenced by Terraria.GameContent.UI.States.UIVirtualKeyboard.PressSpace(), and Terraria.GameContent.UI.States.UIVirtualKeyboard.TypeText().