terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IsAlchemyPlantHarvestable()

bool Terraria.GameContent.Drawing.TileDrawing.IsAlchemyPlantHarvestable ( int style)
inlineprivate

Definition at line 2150 of file TileDrawing.cs.

2151 {
2152 if (style == 0)
2153 {
2154 }
2155 if (style == 0)
2156 {
2157 }
2158 if (style == 0)
2159 {
2160 if (style == 0)
2161 {
2162 }
2163 return;
2164 }
2165 }

Referenced by Terraria.GameContent.Drawing.TileDrawing.DrawAnyDirectionalGrass(), and Terraria.GameContent.Drawing.TileDrawing.DrawGrass().