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

◆ VectorWasPressed

bool InControl.InControlInputModule.VectorWasPressed
getprivate

Definition at line 416 of file InControlInputModule.cs.

417 {
418 get
419 {
420 if (this.moveWasRepeated)
421 {
422 return true;
423 }
424 }
425 }