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

◆ FixDresserChests()

static void WorldFile_OldConsole.FixDresserChests ( )
inlinestaticprivate

Definition at line 329 of file WorldFile_OldConsole.cs.

330 {
331 int num = 1;
332 long num2 = 0L;
333 if (num == 0)
334 {
335 }
336 long num3 = 0L;
337 if (num == 0)
338 {
339 }
340 Tile tile;
341 bool flag = tile.active();
342 int num4 = Chest.CreateChest((int)num2, (int)num3, (int)num3);
343 }
class f__AnonymousType0<< Count > j__TPar
static int CreateChest(int X, int Y, int id=-1)
Definition Chest.cs:366
bool active()
Definition Tile.cs:1241

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