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

◆ HasChanged

bool InControl.OneAxisInputControl.HasChanged
getinherited

Implements InControl.IInputControl.

Definition at line 355 of file OneAxisInputControl.cs.

356 {
357 get
358 {
359 if (this.enabled && this.ownerEnabled)
360 {
361 float rawValue = this.thisState.RawValue;
362 float rawValue2 = this.lastState.RawValue;
363 bool flag;
364 return flag;
365 }
366 }
367 }
class f__AnonymousType0<< Count > j__TPar