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

◆ IsOverOptions()

bool GUIWorldCreateMenu.IsOverOptions ( Vector2 cursorPosition)
inlineprivate

Definition at line 181 of file GUIWorldCreateMenu.cs.

182 {
183 if (!true)
184 {
185 }
186 int menuMode = Main.menuMode;
188 {
191 }
192 if (this.displayWorldOptions)
193 {
196 }
197 if (this.displayEvilTypeOptions)
198 {
201 }
202 return true;
203 }
class f__AnonymousType0<< Count > j__TPar
GUIInputRegionExclusive _optionsBlocker
GUIWorldCreateController _controllerInput
static int menuMode
Definition Main.cs:3357

References _controllerInput, _optionsBlocker, GUIWorldCreateController.DeactivateDifficultyOptions(), GUIWorldCreateController.DeactivateEvilTypeOptions(), GUIWorldCreateController.DeactivateWorldOptions(), displayDifficultyOptions, displayEvilTypeOptions, displayWorldOptions, j__TPar, and Terraria.Main.menuMode.