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

◆ Draw()

void GUIJourneyModeSettings.Draw ( )
inline

Definition at line 69 of file GUIJourneyModeSettings.cs.

70 {
71 bool enabled = this.Enabled;
72 if (enabled)
73 {
74 if (!enabled)
75 {
76 }
77 bool gameMenu = Main.gameMenu;
78 if (!enabled)
79 {
80 }
82 if (!enabled)
83 {
84 }
85 this.GainFocus();
87 return;
88 }
89 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerJourneyModeSettings _controllerInput
static int GameMode
Definition Main.cs:4141
static bool gameMenu
Definition Main.cs:2673

References _controllerInput, Enabled, GainFocus(), Terraria.Main.gameMenu, Terraria.Main.GameMode, and j__TPar.