Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetHollowTreeFoliageStyle()
static int Terraria.WorldGen.GetHollowTreeFoliageStyle
(
)
inline
static
Definition at line
53698
of file
WorldGen.cs
.
53699
{
53700
TreeTops
.GetTreeStyle(7);
53701
switch
(
hallowBG
)
53702
{
53703
default
:
53704
return
3;
53705
case
4:
53706
return
19;
53707
case
2:
53708
case
3:
53709
return
20;
53710
}
53711
}
Terraria.WorldGen.hallowBG
static int hallowBG
Definition
WorldGen.cs:914
Terraria.WorldGen.TreeTops
static TreeTopsInfo TreeTops
Definition
WorldGen.cs:1178
Terraria
WorldGen
Generated by
1.10.0