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

◆ SortInventory()

static void Terraria.UI.ItemSorting.SortInventory ( )
inlinestatic

Definition at line 38 of file ItemSorting.cs.

39 {
40 int num = 1;
41 if (num == 0)
42 {
43 }
44 Player localPlayer = Main.LocalPlayer;
45 int num2 = 905;
46 bool flag = localPlayer.HasItem(num2);
47 if (num == 0)
48 {
49 }
50 ItemSorting.SortCoins();
51 if (num == 0)
52 {
53 }
54 ItemSorting.SortAmmo();
55 if (num == 0)
56 {
57 }
58 int myPlayer = Main.myPlayer;
59 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.HasItem(), j__TPar, Terraria.Main.LocalPlayer, Terraria.Main.myPlayer, Terraria.UI.ItemSorting.SortAmmo(), and Terraria.UI.ItemSorting.SortCoins().