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

◆ AshTreeGroundTest()

static bool Terraria.WorldGen.AshTreeGroundTest ( int tileType)
inlinestatic

Definition at line 23372 of file WorldGen.cs.

23373 {
23374 if (tileType < 0)
23375 {
23376 return false;
23377 }
23378 if (tileType == 633)
23379 {
23380 return true;
23381 }
23382 return false;
23383 }