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

◆ PostAI()

virtual void Terraria.ModLoader.GlobalProjectile.PostAI ( Projectile projectile)
inlinevirtual

Allows you to determine how any projectile behaves. This will be called regardless of what PreAI returns.

Parameters
projectile

Definition at line 61 of file GlobalProjectile.cs.

62 {
63 }