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

◆ beeDamage()

int Terraria.Player.beeDamage ( int dmg)
inline

Definition at line 4230 of file Player.cs.

4231 {
4232 int num = 1;
4233 bool flag = this.makeStrongBee;
4234 if (num == 0)
4235 {
4236 }
4237 if (flag)
4238 {
4239 int num2;
4240 return num2;
4241 }
4242 int num3;
4243 return num3;
4244 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Terraria.Player.makeStrongBee.

Referenced by Terraria.Player.ApplyNPCOnHitEffects().