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

◆ MaxUpdates

int Terraria.Projectile.MaxUpdates
getset

Definition at line 292 of file Projectile.cs.

293 {
294 get
295 {
296 return extraUpdates + 1;
297 }
298 set
299 {
300 extraUpdates = value - 1;
301 }
302 }

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