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

◆ QuickDust() [1/3]

static Dust Terraria.Dust.QuickDust ( int x,
int y,
Color color )
inlinestatic

Definition at line 401 of file Dust.cs.

402 {
403 //IL_0002: Unknown result type (might be due to invalid IL or missing references)
404 //IL_0007: Unknown result type (might be due to invalid IL or missing references)
405 return Dust.QuickDust(new Point(x, y), color);
406 }
Color color
A tinting to the color this dust is drawn. Works best with sprites with low saturation,...
Definition Dust.cs:74

References Terraria.Dust.color, and Terraria.Dust.QuickDust().

Referenced by Terraria.StrayMethods.CheckArenaScore(), Terraria.GameContent.TownRoomManager.DisplayRooms(), Terraria.Dust.DrawDebugBox(), Terraria.Dust.QuickBox(), Terraria.Dust.QuickDust(), Terraria.Dust.QuickDust(), Terraria.Dust.QuickDustLine(), Terraria.Dust.QuickDustSmall(), Terraria.StrayMethods.SendWalker(), and Terraria.DataStructures.NPCFollowState.Update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: