Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Events.MoonlordDeathDrama Class Reference

Classes

class  MoonlordExplosion
 
class  MoonlordPiece
 

Static Public Member Functions

static void Update ()
 
static void DrawPieces (SpriteBatch spriteBatch)
 
static void DrawExplosions (SpriteBatch spriteBatch)
 
static void DrawWhite (SpriteBatch spriteBatch)
 
static void ThrowPieces (Vector2 MoonlordCoreCenter, int DramaSeed)
 
static void AddExplosion (Vector2 spot)
 
static void RequestLight (float light, Vector2 spot)
 

Static Private Attributes

static List< MoonlordPiece_pieces = new List<MoonlordPiece>()
 
static List< MoonlordExplosion_explosions = new List<MoonlordExplosion>()
 
static List< Vector2_lightSources = new List<Vector2>()
 
static float whitening
 
static float requestedLight
 

Detailed Description

Definition at line 10 of file MoonlordDeathDrama.cs.


The documentation for this class was generated from the following file: