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

◆ CompareTo() [2/4]

int System.Single.CompareTo ( object value)
inline

Implements System.IComparable< in T >.

Definition at line 84 of file Single.cs.

85 {
86 if (value != null)
87 {
88 if (!true)
89 {
90 }
91 if (!true)
92 {
93 }
94 }
95 return 1;
96 }

References System.value.