Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AshTreeGroundTest()
static
bool
Terraria.WorldGen.AshTreeGroundTest
(
int
tileType
)
inline
static
Definition at line
22157
of file
WorldGen.cs
.
22158
{
22159
if
(tileType < 0)
22160
{
22161
return
false
;
22162
}
22163
if
(tileType == 633)
22164
{
22165
return
true
;
22166
}
22167
return
false
;
22168
}
Terraria
WorldGen
Generated by
1.10.0