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

◆ MaxUpdates

int Terraria.Projectile.MaxUpdates
getset

Definition at line 562 of file Projectile.cs.

563 {
564 get
565 {
566 return extraUpdates + 1;
567 }
568 set
569 {
570 extraUpdates = value - 1;
571 }
572 }
int extraUpdates
Additional update steps per tick. Useful for really fast projectiles such as Shadowbeam Staff....

Referenced by Terraria.Projectile.AI_152_SuperStarSlash(), and Terraria.Projectile.SetDefaults().