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

◆ AddExplosion()

static void Terraria.GameContent.Events.MoonlordDeathDrama.AddExplosion ( Vector2 spot)
inlinestatic

Definition at line 379 of file MoonlordDeathDrama.cs.

380 {
381 //IL_0019: Unknown result type (might be due to invalid IL or missing references)
382 _explosions.Add(new MoonlordExplosion(Main.Assets.Request<Texture2D>("Images/Misc/MoonExplosion/Explosion").Value, spot, Main.rand.Next(2, 4)));
383 }

References Terraria.GameContent.Events.MoonlordDeathDrama._explosions, Terraria.Main.Assets, and Terraria.Main.rand.

Referenced by Terraria.NPC.VanillaAI_Inner().

+ Here is the caller graph for this function: