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
}
Terraria.Projectile.sentry
bool sentry
Indicates that this projectile is a sentry Defaults to false. All sentries should set F:Terraria....
Definition
Projectile.cs:163
Terraria.Projectile.owner
int owner
The index of the player who owns this projectile. In Multiplayer, Clients "own" projectiles that they...
Definition
Projectile.cs:173
Terraria.Projectile.TurretShouldPersist
bool TurretShouldPersist()
Definition
Projectile.cs:721
Terraria
Projectile
Generated by
1.10.0