Checks if the projectile is a minion, sentry, minion shot, or sentry shot.
Definition at line 683 of file Projectile.cs.
684 {
685 get
686 {
688 {
690 }
691 return true;
692 }
693 }
static bool[] MinionShot
If true for a given projectile type (F:Terraria.Projectile.type), then that projectile is shot by som...
static bool[] SentryShot
If true for a given projectile type (F:Terraria.Projectile.type), then that projectile is shot by som...
bool sentry
Indicates that this projectile is a sentry Defaults to false. All sentries should set F:Terraria....
bool minion
Indicates that this projectile is a minion Defaults to false.
int type
The Projectile ID of this projectile. The Projectile ID is a unique number assigned to each Projectil...