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

◆ Excludes() [1/2]

bool InControl.InputRange.Excludes ( float value)
inlineprivate

Definition at line 37 of file InputRange.cs.

38 {
39 if (this.Type != InputRangeType.None)
40 {
41 float value2 = this.Value0;
42 float value3 = this.Value1;
43 }
44 return true;
45 }
class f__AnonymousType0<< Count > j__TPar
readonly float Value1
readonly float Value0

References j__TPar, InControl.InputRange.Value0, and InControl.InputRange.Value1.