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

◆ AI()

virtual void Terraria.ModLoader.ModProjectile.AI ( )
inlinevirtual

Allows you to determine how this projectile behaves. This will only be called if PreAI returns true.
The Basic Projectile Guideteaches the basics of writing a custom AI, such as timers, gravity, rotation, etc.

Definition at line 124 of file ModProjectile.cs.

125 {
126 }