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

◆ Includes()

bool InControl.InputRange.Includes ( float value)
inline

Definition at line 26 of file InputRange.cs.

27 {
28 if (this.Type != InputRangeType.None)
29 {
30 float value2 = this.Value0;
31 float value3 = this.Value1;
32 return;
33 }
34 }
class f__AnonymousType0<< Count > j__TPar
readonly float Value1
readonly float Value0

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