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

◆ Dust

int [] Terraria.ID.TorchID.Dust
static
Initial value:
= new int[24]
{
6, 59, 60, 61, 62, 63, 64, 65, 75, 135,
158, 169, 156, 234, 66, 242, 293, 294, 295, 296,
297, 298, 307, 310
}

Definition at line 75 of file TorchID.cs.

76 {
77 6, 59, 60, 61, 62, 63, 64, 65, 75, 135,
78 158, 169, 156, 234, 66, 242, 293, 294, 295, 296,
79 297, 298, 307, 310
80 };

Referenced by Terraria.GameContent.Drawing.TileDrawing.DrawTiles_EmitParticles(), Terraria.Player.ItemCheck_EmitHeldItemLight(), Terraria.WorldGen.KillTile_MakeTileDust(), and Terraria.Player.TorchAttack().