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

◆ IsInteractible()

bool Terraria.Projectile.IsInteractible ( )
inline

Definition at line 7973 of file Projectile.cs.

7974 {
7975 int num = this.type;
7976 return true;
7977 }

References Terraria.Projectile.type.