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

◆ IsInterruptible()

bool Terraria.Projectile.IsInterruptible ( Player player)
inline

Definition at line 21062 of file Projectile.cs.

21063 {
21064 if (aiStyle == 160)
21065 {
21066 return true;
21067 }
21068 return false;
21069 }
int aiStyle
Selects which vanilla code to use for the AI method. Vanilla projectile AI styles are enumerated in t...

References Terraria.Projectile.aiStyle.