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

◆ DrawSeed()

void GUIWorldCreateMenu.DrawSeed ( )
inlineprivate

Definition at line 141 of file GUIWorldCreateMenu.cs.

142 {
143 string textValue = Language.GetTextValue("UI.WorldCreationSeed");
145 string text;
146 Vector2 vector = spriteFont.MeasureString(text);
147 bool flag = this.editingWorldSeed;
148 if (this._optionsBlocker != null)
149 {
150 if (flag)
151 {
152 return;
153 }
154 }
155 else if (flag)
156 {
157 if (!flag)
158 {
159 }
160 int screenWidth = Main.screenWidth;
161 int screenHeight = Main.screenHeight;
162 return;
163 }
164 bool flag2 = string.IsNullOrEmpty(this.newWorldSeed);
165 string textValue2 = Language.GetTextValue("UI.EnterSeed");
166 }
class f__AnonymousType0<< Count > j__TPar
GUIInputRegionExclusive _optionsBlocker
static string GetTextValue(string key)
Definition Language.cs:54
static int screenHeight
Definition Main.cs:2015
static int screenWidth
Definition Main.cs:2001

References _optionsBlocker, editingWorldSeed, Terraria.Localization.Language.GetTextValue(), j__TPar, newWorldSeed, Terraria.Main.screenHeight, Terraria.Main.screenWidth, and System.text.