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

◆ CancelWasPressed

bool InControl.InControlInputModule.CancelWasPressed
getprivate

Definition at line 455 of file InControlInputModule.cs.

456 {
457 get
458 {
459 if (this.thisCancelState)
460 {
461 bool flag = this.lastCancelState;
462 return;
463 }
464 }
465 }