Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.DelegateMethods Class Reference

Classes

class  CharacterPreview
 
class  Minecart
 
class  Mount
 

Static Public Member Functions

static Color ColorLerp_BlackToWhite (float percent)
 
static Color ColorLerp_HSL_H (float percent)
 
static Color ColorLerp_HSL_S (float percent)
 
static Color ColorLerp_HSL_L (float percent)
 
static Color ColorLerp_HSL_O (float percent)
 
static bool SpreadDirt (int x, int y)
 
static bool SpreadWater (int x, int y)
 
static bool SpreadHoney (int x, int y)
 
static bool SpreadLava (int x, int y)
 
static bool SpreadDry (int x, int y)
 
static bool SpreadTest (int x, int y)
 
static bool TestDust (int x, int y)
 
static bool CastLight (int x, int y)
 
static bool CastLightOpen (int x, int y)
 
static bool CheckStopForSolids (int x, int y)
 
static bool CastLightOpen_StopForSolids_ScaleWithDistance (int x, int y)
 
static bool CastLightOpen_StopForSolids (int x, int y)
 
static bool SpreadLightOpen_StopForSolids (int x, int y)
 
static bool EmitGolfCartDust_StopForSolids (int x, int y)
 
static bool NotDoorStand (int x, int y)
 
static bool CutTiles (int x, int y)
 
static bool SearchAvoidedByNPCs (int x, int y)
 
static void RainbowLaserDraw (int stage, Vector2 currentPosition, float distanceLeft, Rectangle lastFrame, out float distCovered, out Rectangle frame, out Vector2 origin, out Color color)
 
static void TurretLaserDraw (int stage, Vector2 currentPosition, float distanceLeft, Rectangle lastFrame, out float distCovered, out Rectangle frame, out Vector2 origin, out Color color)
 
static void LightningLaserDraw (int stage, Vector2 currentPosition, float distanceLeft, Rectangle lastFrame, out float distCovered, out Rectangle frame, out Vector2 origin, out Color color)
 
static int CompareYReverse (Point a, Point b)
 
static int CompareDrawSorterByYScale (DrawData a, DrawData b)
 

Static Public Attributes

static Vector3 v3_1 = Vector3.Zero
 
static Vector2 v2_1 = Vector2.Zero
 
static float f_1 = 0f
 
static Color c_1 = Color.Transparent
 
static int i_1
 
static bool CheckResultOut
 
static TileCuttingContext tilecut_0 = TileCuttingContext.Unknown
 
static bool[] tileCutIgnore = null
 

Detailed Description

Definition at line 11 of file DelegateMethods.cs.


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