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

◆ UpdateWorld_UndergroundTile()

static void Terraria.WorldGen.UpdateWorld_UndergroundTile ( int i,
int j,
bool checkNPCSpawns,
int wallDist )
inlinestaticprivate

Definition at line 15482 of file WorldGen.cs.

15483 {
15484 int num = 1;
15485 if (num == 0)
15486 {
15487 }
15488 if (num == 0)
15489 {
15490 return;
15491 }
15492 if (num == 0)
15493 {
15494 }
15495 if (num == 0)
15496 {
15497 return;
15498 }
15499 WorldGen.GrowAlch(i, j);
15500 UnifiedRandom genRand = WorldGen.genRand;
15501 int num2 = 3;
15502 int num3 = genRand.Next(j, num2);
15504 int num4 = 3;
15505 int num5 = genRand2.Next(j, num4);
15506 int num6 = 10;
15507 bool flag = WorldGen.InWorld(1073741824, wallDist, num6);
15508 if (1073741824 == 0)
15509 {
15510 }
15511 Tile tile;
15512 ushort wall = tile.wall;
15513 if (1073741824 == 0)
15514 {
15515 }
15516 Tile tile2;
15517 ushort wall2 = tile2.wall;
15518 long num7 = 0L;
15519 if (num7 == 0L)
15520 {
15521 }
15522 Tile tile3;
15523 bool flag2 = tile3.active();
15524 if (num7 == 0L)
15525 {
15526 }
15527 Tile tile4;
15528 ushort type = tile4.type;
15529 if (num7 == 0L)
15530 {
15531 }
15532 int num8 = 81;
15533 Tile tile5;
15534 tile5.wall = (ushort)num8;
15535 bool netHost = Main.NetHost;
15536 }
class f__AnonymousType0<< Count > j__TPar
static UnifiedRandom genRand
Definition WorldGen.cs:38

References Terraria.Tile.active(), Terraria.WorldGen.genRand, Terraria.WorldGen.GrowAlch(), Terraria.WorldGen.InWorld(), j__TPar, System.L, Terraria.Main.NetHost, Terraria.Utilities.UnifiedRandom.Next(), Terraria.Tile.type, and Terraria.Tile.wall.