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

◆ TrySpawningTownNPC()

static void Terraria.WorldGen.TrySpawningTownNPC ( int x,
int y )
inlinestaticprivate

Definition at line 15699 of file WorldGen.cs.

15700 {
15701 if (!true)
15702 {
15703 }
15704 if (!true)
15705 {
15706 }
15707 if (!true)
15708 {
15709 }
15710 Tile tile;
15711 ushort wall = tile.wall;
15712 if (!true)
15713 {
15714 }
15715 int num;
15716 if (num == 0)
15717 {
15718 if (!true)
15719 {
15720 }
15721 TownNPCSpawnResult townNPCSpawnResult = WorldGen.SpawnTownNPC(x, y);
15722 }
15723 if (!true)
15724 {
15725 }
15726 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.WorldGen.SpawnTownNPC(), and Terraria.Tile.wall.