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

◆ CreateChest()

static int Terraria.Chest.CreateChest ( int X,
int Y,
int id = -1 )
inlinestatic

Definition at line 366 of file Chest.cs.

367 {
368 int num = 1;
369 if (num == 0)
370 {
371 }
372 if (num == 0)
373 {
374 }
375 if (num == 0)
376 {
377 }
378 if (num == 0)
379 {
380 }
381 bool netClientOnly = Main.NetClientOnly;
382 int num2;
383 return num2;
384 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Terraria.Main.NetClientOnly.

Referenced by Terraria.IO.ChestInfo_OldMobile.FixDresserChests(), Terraria.IO.WorldFile.FixDresserChests(), WorldFile_OldConsole.FixDresserChests(), WorldFile_OldSwitch.FixDresserChests(), and Terraria.WorldGen.PlaceChest().