TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ IsInteractible()

bool Terraria.Projectile.IsInteractible ( )
inline

Definition at line 91871 of file Projectile.cs.

91872 {
91873 int num = type;
91874 if (num == 525 || num == 734 || num == 960)
91875 {
91876 return true;
91877 }
91878 return false;
91879 }
int type
The Projectile ID of this projectile. The Projectile ID is a unique number assigned to each Projectil...