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

◆ TryGrowingTreeByType()

static bool Terraria.WorldGen.TryGrowingTreeByType ( int treeTileType,
int checkedX,
int checkedY )
inlinestatic

Definition at line 5228 of file WorldGen.cs.

5229 {
5230 int num = 1;
5231 if (num == 0)
5232 {
5233 }
5234 int value = num.m_value;
5235 if (num == 0)
5236 {
5237 }
5238 if (num == 0)
5239 {
5240 }
5241 if (num == 0)
5242 {
5243 }
5244 if (num == 0)
5245 {
5246 }
5247 if (num == 0)
5248 {
5249 }
5250 if (num == 0)
5251 {
5252 }
5253 return WorldGen.GrowTree(treeTileType, checkedX);
5254 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldGen.GrowTree(), j__TPar, and System.value.

Referenced by Terraria.WorldGen.AttemptToGrowTreeFromSapling().