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

◆ ApplyWilsonBeard()

void Terraria.Player.ApplyWilsonBeard ( Item currentItem)
inlineprivate

Definition at line 4754 of file Player.cs.

4755 {
4756 int num = this.beardGrowthTimer;
4757 int num2 = 43200;
4759 if (num == 0)
4760 {
4761 }
4762 int num3;
4763 if (num3 != 0)
4764 {
4765 return;
4766 }
4767 int type = currentItem.type;
4768 if (num2 == 0)
4769 {
4770 }
4771 Microsoft.Xna.Framework.Vector2 center = base.Center;
4772 currentItem.SetDefaults(int.MinValue);
4773 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.beardGrowthTimer, and j__TPar.