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

◆ GetTreeBottom()

static void Terraria.WorldGen.GetTreeBottom ( int i,
int j,
[Out] int x,
[Out] int y )
inlinestatic

Definition at line 13873 of file WorldGen.cs.

13874 {
13875 int num = 1;
13876 x.m_value = i;
13877 y.m_value = j;
13878 Tile tile;
13879 ushort type = tile.type;
13880 if (num == 0)
13881 {
13882 }
13883 long num2 = 0L;
13884 y.m_value = (int)num2;
13885 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and Terraria.Tile.type.

Referenced by Terraria.WorldGen.KillTile_GetTreeDrops().