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

◆ OpenGoodieBag()

void Terraria.Player.OpenGoodieBag ( int itemType)
inline

Definition at line 3706 of file Player.cs.

3707 {
3709 int num;
3710 if (num != 0)
3711 {
3712 int num2;
3713 if (num2 != 0)
3714 {
3715 int num3;
3716 int num5;
3717 if (num3 == 0)
3718 {
3719 int num4;
3720 if (num4 == 0)
3721 {
3722 }
3723 num5 = 32640;
3724 return;
3725 }
3726 int num6;
3727 if (num6 != 0)
3728 {
3729 return;
3730 }
3731 if (num5 == 0)
3732 {
3733 }
3734 }
3735 else
3736 {
3737 int num4 = 32640;
3738 if (num4 == 0)
3739 {
3740 return;
3741 }
3742 }
3743 bool netClientOnly = Main.NetClientOnly;
3744 return;
3745 }
3746 }
class f__AnonymousType0<< Count > j__TPar
IEntitySource GetItemSource_OpenItem(int itemType)
Definition Player.cs:3859

References Terraria.Player.GetItemSource_OpenItem(), j__TPar, and Terraria.Main.NetClientOnly.