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

◆ WalkDust()

static void Terraria.ModLoader.TileLoader.WalkDust ( int type,
ref int dustType,
ref bool makeDust,
ref Color color )
inlinestatic

Definition at line 1154 of file TileLoader.cs.

1155 {
1156 GetTile(type)?.WalkDust(ref dustType, ref makeDust, ref color);
1157 }
static ModTile GetTile(int type)
Gets the ModTile instance with the given type. If no ModTile with the given type exists,...

References Terraria.ModLoader.TileLoader.GetTile().

Referenced by Terraria.Player.MakeFloorDust().

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