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

◆ GrowPalmTree()

static bool Terraria.WorldGen.GrowPalmTree ( int i,
int y )
inlinestatic

Definition at line 3453 of file WorldGen.cs.

3454 {
3455 int num = 1;
3456 if (num == 0)
3457 {
3458 }
3459 long num2 = 0L;
3460 bool flag = WorldGen.InWorld(0, i, (int)num2);
3461 if (num == 0)
3462 {
3463 }
3464 Tile tile;
3465 ushort type = tile.type;
3466 if (num == 0)
3467 {
3468 }
3469 Tile tile2;
3470 return tile2.IsLoaded;
3471 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldGen.InWorld(), Terraria.Tile.IsLoaded, j__TPar, System.L, and Terraria.Tile.type.

Referenced by Terraria.WorldGen.AttemptToGrowTreeFromSapling().