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

◆ SubmitWasPressed

bool InControl.InControlInputModule.SubmitWasPressed
getprivate

Definition at line 429 of file InControlInputModule.cs.

430 {
431 get
432 {
433 if (this.thisSubmitState)
434 {
435 bool flag = this.lastSubmitState;
436 return;
437 }
438 }
439 }