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

◆ ShroomPatch()

static void Terraria.WorldGen.ShroomPatch ( int i,
int j )
inlinestatic

Definition at line 16740 of file WorldGen.cs.

16741 {
16742 if (!true)
16743 {
16744 }
16745 UnifiedRandom genRand = WorldGen.genRand;
16746 int num = 80;
16747 int num2 = 100;
16748 int num3 = genRand.Next(num, num2);
16750 int num4 = 20;
16751 int num5 = 26;
16752 int num6 = genRand2.Next(num4, num5);
16754 int num7 = 101;
16755 int num8 = genRand3.Next(num4, num7);
16756 int num9 = WorldGen.genRand.Next(num4, num7);
16758 int num10 = 3;
16759 int num11 = genRand4.Next(num10);
16760 }
class f__AnonymousType0<< Count > j__TPar
static UnifiedRandom genRand
Definition WorldGen.cs:38

References Terraria.WorldGen.genRand, j__TPar, and Terraria.Utilities.UnifiedRandom.Next().