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

◆ DefaultTreeWallTest()

static bool Terraria.WorldGen.DefaultTreeWallTest ( int wallType)
inlinestatic

Definition at line 22087 of file WorldGen.cs.

22088 {
22090 {
22091 return true;
22092 }
22093 return false;
22094 }
static bool[] AllowsPlantsToGrow
Definition WallID.cs:50
static readonly ushort Count
Definition WallID.cs:753

References Terraria.ID.WallID.Sets.AllowsPlantsToGrow, and Terraria.ID.WallID.Count.