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

◆ DrawPassword()

void GUIMultiplayerHost.DrawPassword ( )
inlineprivate

Definition at line 119 of file GUIMultiplayerHost.cs.

120 {
121 int num = 1;
122 if (num == 0)
123 {
124 }
125 bool mouseLeft = Main.mouseLeft;
126 if (num == 0)
127 {
128 }
129 bool mouseLeftRelease = Main.mouseLeftRelease;
131 string text;
132 Vector2 vector = spriteFont.MeasureString(text);
133 bool flag = this.editingServerPassword;
134 if (this._optionsBlocker != null)
135 {
136 if (flag)
137 {
138 return;
139 }
140 }
141 else if (flag)
142 {
143 if (!flag)
144 {
145 }
146 int screenWidth = Main.screenWidth;
147 int screenHeight = Main.screenHeight;
148 return;
149 }
150 }
class f__AnonymousType0<< Count > j__TPar
GUIInputRegionExclusive _optionsBlocker
static bool mouseLeftRelease
Definition Main.cs:2029
static int screenHeight
Definition Main.cs:2015
static int screenWidth
Definition Main.cs:2001
static bool mouseLeft
Definition Main.cs:671

References _optionsBlocker, editingServerPassword, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, Terraria.Main.screenHeight, Terraria.Main.screenWidth, and System.text.