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

◆ Backspace()

void Terraria.GameContent.UI.Elements.UITextBox.Backspace ( )
inline

Definition at line 49 of file UITextBox.cs.

50 {
51 if (this._cursor != 0)
52 {
53 string text = base.Text;
54 int stringLength = base.Text._stringLength;
55 return;
56 }
57 }
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.b__50_18().