Projectile
Methods
- GetGlobalProjectile(Terraria.ModLoader.Mod,System.String)()
- Gets the global projectile. Use this overload when you dynamically add GlobalProjectile manually.
- GetGlobalProjectile``1(Terraria.ModLoader.Mod)()
- Gets the global projectile. Use this overload when you know only 1 instance will ever be added by this particular mod.
- GetGlobalProjectile``1()
- Gets the global projectile. Use this overload when you know only 1 instance will ever be added among all mods. 99% of mods should use this.