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_OldSwitch.FixDresserChests ( )
inlinestaticprivate

Definition at line 319 of file WorldFile_OldSwitch.cs.

320 {
321 int num = 1;
322 long num2 = 0L;
323 if (num == 0)
324 {
325 }
326 long num3 = 0L;
327 if (num == 0)
328 {
329 }
330 Tile tile;
331 bool flag = tile.active();
332 int num4 = Chest.CreateChest((int)num2, (int)num3, (int)num3);
333 }
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.