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

◆ TrackMinMaxValue()

void InControl.InputDevice.AnalogSnapshotEntry.TrackMinMaxValue ( float currentValue)
inline

Definition at line 2545 of file InputDevice.cs.

2546 {
2547 float num = this.maxValue;
2548 float num2 = this.minValue;
2549 this.maxValue = num;
2550 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, InControl.InputDevice.AnalogSnapshotEntry.maxValue, and InControl.InputDevice.AnalogSnapshotEntry.minValue.