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

◆ ShouldUpdatePosition()

virtual bool Terraria.ModLoader.ModProjectile.ShouldUpdatePosition ( )
inlinevirtual

Whether or not this projectile should update its position based on factors such as its velocity, whether it is in liquid, etc. Return false to make its velocity have no effect on its position. Returns true by default.

Definition at line 158 of file ModProjectile.cs.

159 {
160 return true;
161 }