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

◆ IsInteractible()

bool Terraria.Projectile.IsInteractible ( )
inline

Definition at line 67163 of file Projectile.cs.

67164 {
67165 int num = type;
67166 if (num == 525 || num == 734 || num == 960)
67167 {
67168 return true;
67169 }
67170 return false;
67171 }

References System.type.