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

◆ DrawMainButtons()

void GUIWorldCreateMenu.DrawMainButtons ( )
inlineprivate

Definition at line 649 of file GUIWorldCreateMenu.cs.

650 {
651 bool mouseLeft = Main.mouseLeft;
652 bool mouseLeftRelease = Main.mouseLeftRelease;
653 string textValue = Language.GetTextValue("UI.Create");
655 {
656 return;
657 }
660 {
661 }
662 string textValue2 = Language.GetTextValue("UI.Back");
665 {
666 }
668 {
671 return;
672 }
673 if (this.displayWorldOptions)
674 {
677 return;
678 }
679 if (this.displayEvilTypeOptions)
680 {
683 return;
684 }
685 }
class f__AnonymousType0<< Count > j__TPar
GUIInputRegionExclusive _optionsBlocker
GUIWorldCreateController _controllerInput
static string GetTextValue(string key)
Definition Language.cs:54
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References _controllerInput, _optionsBlocker, GUIWorldCreateController.DeactivateDifficultyOptions(), GUIWorldCreateController.DeactivateEvilTypeOptions(), GUIWorldCreateController.DeactivateWorldOptions(), displayDifficultyOptions, displayEvilTypeOptions, displayWorldOptions, Terraria.Localization.Language.GetTextValue(), j__TPar, Terraria.Main.mouseLeft, and Terraria.Main.mouseLeftRelease.