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

◆ renameWorldCallBack()

static void Terraria.IO.WorldFile.renameWorldCallBack ( object threadContext)
inlinestaticprivate

Definition at line 442 of file WorldFile.cs.

443 {
444 int num = 1;
445 if (threadContext != null)
446 {
447 if (num == 0)
448 {
449 }
450 if (num == 0)
451 {
452 }
453 int num2 = 1;
454 Main.ToggleGameplayUpdates(false);
455 if (num2 == 0)
456 {
457 }
458 WorldFile.LoadWorld(true);
459 if (num2 == 0)
460 {
461 if (num2 == 0)
462 {
463 }
464 WorldFile.SetOngoingToTemps();
465 WorldFile.CacheSaveTime();
466 }
467 Main.menuMode = 6;
469 return;
470 }
471 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.IO.WorldFile.CacheSaveTime(), j__TPar, Terraria.IO.WorldFile.LoadWorld(), Terraria.IO.WorldFile.SetOngoingToTemps(), and Terraria.Main.ToggleGameplayUpdates().