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

◆ PlaceDresserDirect()

static void Terraria.WorldGen.PlaceDresserDirect ( int x,
int y,
ushort type,
int style,
int id )
inlinestatic

Definition at line 12124 of file WorldGen.cs.

12125 {
12126 int num = 1;
12127 if (num == 0)
12128 {
12129 }
12130 if (num == 0)
12131 {
12132 }
12133 int num2 = 1;
12134 Tile tile;
12135 tile.active(num2 != 0);
12136 long num3 = 0L;
12137 tile.frameY = (short)num3;
12138 tile.frameX = (short)id;
12139 tile.type = type;
12140 int num4 = 1;
12141 Tile tile2;
12142 tile2.active(num4 != 0);
12143 long num5 = 0L;
12144 tile2.frameY = (short)num5;
12145 tile2.frameX = (short)style;
12146 tile2.type = type;
12147 int num6 = 1;
12148 Tile tile3;
12149 tile3.active(num6 != 0);
12150 long num7 = 0L;
12151 tile3.frameY = (short)num7;
12152 tile3.type = type;
12153 int num8 = 1;
12154 Tile tile4;
12155 tile4.active(num8 != 0);
12156 int num9 = 18;
12157 tile4.frameY = (short)num9;
12158 tile4.frameX = (short)id;
12159 tile4.type = type;
12160 int num10 = 1;
12161 Tile tile5;
12162 tile5.active(num10 != 0);
12163 int num11 = 18;
12164 tile5.frameY = (short)num11;
12165 tile5.frameX = (short)style;
12166 tile5.type = type;
12167 int num12 = 1;
12168 Tile tile6;
12169 tile6.active(num12 != 0);
12170 int num13 = 18;
12171 tile6.frameY = (short)num13;
12172 tile6.type = type;
12173 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, and System.L.