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

◆ AI()

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

Allows you to determine how any projectile behaves. This will only be called if PreAI returns true.

Parameters
projectile

Definition at line 53 of file GlobalProjectile.cs.

54 {
55 }