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

◆ WasRepeated

bool InControl.OneAxisInputControl.WasRepeated
getinherited

Definition at line 414 of file OneAxisInputControl.cs.

415 {
416 get
417 {
418 if (this.enabled && this.ownerEnabled)
419 {
420 bool flag = this.wasRepeated;
421 return;
422 }
423 }
424 }