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

◆ SortEntry()

int GUIAchievementsMenu.SortEntry ( Achievement a,
Achievement b )
inlineprivate

Definition at line 182 of file GUIAchievementsMenu.cs.

183 {
184 bool isCompleted = a.IsCompleted;
185 bool isCompleted2 = b.IsCompleted;
186 bool isCompleted3 = a.IsCompleted;
187 bool isCompleted4 = b.IsCompleted;
188 return 1;
189 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Achievements.Achievement.IsCompleted, and j__TPar.