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

◆ extraUpdates

int Terraria.Projectile.extraUpdates

Additional update steps per tick. Useful for really fast projectiles such as Shadowbeam Staff. If your projectile is mistakenly occasionally traveling through tiles, you may need to increase this to prevent that.
Defaults to 0.

Definition at line 346 of file Projectile.cs.

Referenced by Terraria.Projectile.DefaultToSpray(), Terraria.Projectile.DefaultToWhip(), Terraria.Projectile.EmitEnchantmentVisualsAt(), Terraria.Projectile.SetDefaults(), and Terraria.Projectile.Update().