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

◆ Set() [3/3]

void InControl.InputControlState.Set ( float value,
float threshold )
inline

Definition at line 25 of file InputControlState.cs.

26 {
27 if (!true)
28 {
29 }
30 bool flag = Utility.AbsoluteIsOverThreshold(value, threshold);
31 this.State = true;
32 }
class f__AnonymousType0<< Count > j__TPar

References InControl.Utility.AbsoluteIsOverThreshold(), j__TPar, and System.value.