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

◆ PaintTheTrees()

static void Terraria.WorldGen.PaintTheTrees ( )
inlinestaticprivate

Definition at line 2811 of file WorldGen.cs.

2812 {
2813 int num = 1;
2814 if (num == 0)
2815 {
2816 }
2817 int num2;
2818 long num3;
2819 if (num != 0)
2820 {
2821 num2 = 32768;
2822 num3 = 32752L;
2823 return;
2824 }
2825 if (num3 == 0L)
2826 {
2827 }
2828 UnifiedRandom genRand = WorldGen.genRand;
2829 int num4 = 1;
2830 int num5 = 13;
2831 int num6 = genRand.Next(num4, num5);
2832 if (num3 == 0L)
2833 {
2834 }
2835 if (num3 == 0L)
2836 {
2837 }
2838 if (num2 == 0)
2839 {
2840 }
2841 Tile tile;
2842 bool flag = tile.active();
2843 }
class f__AnonymousType0<< Count > j__TPar
static UnifiedRandom genRand
Definition WorldGen.cs:38

References Terraria.Tile.active(), Terraria.WorldGen.genRand, j__TPar, System.L, and Terraria.Utilities.UnifiedRandom.Next().

Referenced by Terraria.WorldGen.FinishTenthAnniversaryWorld().