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

◆ outerTempled()

static void Terraria.WorldGen.outerTempled ( int x,
int y )
inlinestatic

Definition at line 6067 of file WorldGen.cs.

6068 {
6069 if (!true)
6070 {
6071 }
6072 Tile tile;
6073 bool flag = tile.active();
6074 Tile tile2;
6075 ushort type = tile2.type;
6076 Tile tile3;
6077 ushort wall = tile3.wall;
6078 Tile tile4;
6079 bool flag2 = tile4.active();
6080 Tile tile5;
6081 ushort wall2 = tile5.wall;
6082 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, Terraria.Tile.type, and Terraria.Tile.wall.