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

◆ TryToPoop()

void Terraria.Player.TryToPoop ( )
inlineprivate

Definition at line 5793 of file Player.cs.

5794 {
5795 int num = 1;
5796 int whoAmI = this.whoAmI;
5797 if (num == 0)
5798 {
5799 }
5800 int myPlayer = Main.myPlayer;
5801 bool flag = this.wellFed;
5802 if (flag)
5803 {
5804 if (!flag)
5805 {
5806 }
5807 int num2;
5808 if (num2 == 0)
5809 {
5810 int num3 = 207;
5811 int num4 = this.FindBuffIndex(num3);
5812 return;
5813 }
5814 }
5815 }
class f__AnonymousType0<< Count > j__TPar
int FindBuffIndex(int type)
Definition Player.cs:2255

References Terraria.Player.FindBuffIndex(), j__TPar, Terraria.Main.myPlayer, Terraria.Player.wellFed, and Terraria.Entity.whoAmI.

Referenced by Terraria.Player.UpdateLifeRegen().