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

◆ knockBack

float Terraria.Projectile.knockBack

This will always be set in Projectile.NewProjectile based on the weapons knockback and player stat modifiers. Modders should not set this in M:Terraria.ModLoader.ModProjectile.SetDefaults as it will be overwritten.

Definition at line 235 of file Projectile.cs.

Referenced by Terraria.Projectile.Damage(), Terraria.NetMessage.SendData(), Terraria.Projectile.SetDefaults(), and Terraria.Projectile.VanillaAI().