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

◆ ghostHeal()

void Terraria.Projectile.ghostHeal ( int dmg,
Vector2 Position,
Entity victim )
inline

Definition at line 504 of file Projectile.cs.

505 {
506 int num = this.numHits;
507 int num2 = 32640;
508 if (num2 == 0)
509 {
510 }
511 int myPlayer = Main.myPlayer;
512 if (num2 == 0)
513 {
514 }
515 int myPlayer2 = Main.myPlayer;
516 if (this.magic)
517 {
518 int num3 = this.owner;
519 return;
520 }
521 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Projectile.magic, Terraria.Main.myPlayer, Terraria.Projectile.numHits, and Terraria.Projectile.owner.