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

◆ CanBeReflected()

bool Terraria.Projectile.CanBeReflected ( )
inline

Definition at line 1531 of file Projectile.cs.

1532 {
1533 while (this.active && this.friendly && !this.hostile)
1534 {
1535 }
1536 }

References Terraria.Entity.active, Terraria.Projectile.friendly, and Terraria.Projectile.hostile.