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

◆ HasWalkDust()

virtual bool Terraria.ModLoader.ModTile.HasWalkDust ( )
inlinevirtualinherited

Whether or not this tile creates dust when the player walks on it. Returns false by default.

Definition at line 518 of file ModTile.cs.

519 {
520 return false;
521 }