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

◆ CursorLeft()

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

Definition at line 60 of file UITextBox.cs.

61 {
62 int cursor = this._cursor;
63 if (cursor != 0)
64 {
66 }
67 }
class f__AnonymousType0<< Count > j__TPar

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