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

◆ HasInput

bool InControl.OneAxisInputControl.HasInput
getpackageinherited

Definition at line 340 of file OneAxisInputControl.cs.

341 {
342 get
343 {
344 if (this.enabled && this.ownerEnabled)
345 {
346 float value = this.thisState.Value;
347 bool flag;
348 return flag;
349 }
350 }
351 }