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

◆ ReplaceTile_IsValidTorch()

static bool Terraria.WorldGen.ReplaceTile_IsValidTorch ( int type)
inlinestaticprivate

Definition at line 56995 of file WorldGen.cs.

56996 {
56997 return TileID.Sets.Torch[type];
56998 }
static bool[] Torch
Whether or not this tile behaves like a torch. If you are making a torch tile, then setting this to t...
Definition TileID.cs:428

References Terraria.ID.TileID.Sets.Torch.