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

◆ DrawRandomiseButtons()

void GUIWorldCreateMenu.DrawRandomiseButtons ( )
inlineprivate

Definition at line 688 of file GUIWorldCreateMenu.cs.

689 {
691 string textValue = Language.GetTextValue("Mobile.Randomize");
692 int selectedItem = this._controllerInput.selectedItem;
695 {
698 this.GenerateSeed();
699 }
702 {
703 }
706 {
707 return;
708 }
709 this.GenerateSeed();
710 }
class f__AnonymousType0<< Count > j__TPar
GUIWorldCreateController _controllerInput
static string GetTextValue(string key)
Definition Language.cs:54

References _controllerInput, Controller.ControllerActionManager.AnyControllerConnected, GenerateSeed(), Terraria.Localization.Language.GetTextValue(), j__TPar, and GUIWorldCreateController.selectedItem.