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

◆ OnGuideDialogueOpen()

override void TutorialStep_05_Torches.OnGuideDialogueOpen ( )
inlinevirtual

Reimplemented from TutorialStep.

Definition at line 67 of file TutorialStep_05_Torches.cs.

68 {
69 while (this.givenSword)
70 {
71 if (this.torchesPlaced)
72 {
73 return;
74 }
75 if (this.collectedGels)
76 {
77 long num = 0L;
78 base.SetTime(14, (int)num, true);
79 return;
80 }
81 }
82 long num2 = 0L;
83 base.SetTime(13, (int)num2, true);
84 this.givenSword = true;
85 }
class f__AnonymousType0<< Count > j__TPar

References collectedGels, givenSword, j__TPar, System.L, and torchesPlaced.