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

◆ GrowWeb()

static void Terraria.WorldGen.GrowWeb ( int i,
int j )
inlinestaticprivate

Definition at line 15539 of file WorldGen.cs.

15540 {
15541 int num = 1;
15542 if (num == 0)
15543 {
15544 }
15545 UnifiedRandom genRand = WorldGen.genRand;
15546 int num2 = 10;
15547 if (genRand.Next(num2) == 0)
15548 {
15549 if (num == 0)
15550 {
15551 }
15553 int num3 = 2;
15554 int num4 = 4;
15555 int num5 = genRand2.Next(num3, num4);
15556 if (num == 0)
15557 {
15558 }
15559 long num6 = 0L;
15560 bool flag = WorldGen.SolidTile(43143168, num3, num6 != 0L);
15561 return;
15562 }
15563 }
class f__AnonymousType0<< Count > j__TPar
static UnifiedRandom genRand
Definition WorldGen.cs:38

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