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

◆ WipableTurret

bool Terraria.Projectile.WipableTurret
get

Definition at line 538 of file Projectile.cs.

539 {
540 get
541 {
542 if (owner == Main.myPlayer && sentry)
543 {
544 return !TurretShouldPersist();
545 }
546 return false;
547 }
548 }
bool sentry
Indicates that this projectile is a sentry Defaults to false. All sentries should set F:Terraria....
int owner
The index of the player who owns this projectile. In Multiplayer, Clients "own" projectiles that they...