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

◆ DrawOpenInviteOnly()

void GUIMultiplayerHost.DrawOpenInviteOnly ( )
inlineprivate

Definition at line 90 of file GUIMultiplayerHost.cs.

91 {
92 string textValue = Language.GetTextValue("Mobile.OpenInviteOnlyTitle");
96 {
97 int num = 1;
98 bool inviteOnly = this.InviteOnly;
100 controllerInput = this._controllerInput;
102 }
103 if (this.InviteOnly)
104 {
105 string textValue2 = Language.GetTextValue("Mobile.ToggleSettingOff");
106 if (controllerInput == null)
107 {
108 }
109 return;
110 }
111 string textValue3 = Language.GetTextValue("Mobile.ToggleSettingOn");
112 if (controllerInput == null)
113 {
114 }
115 string textValue4 = Language.GetTextValue("Mobile.ToggleSettingOff");
116 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerMultiplayerHost _controllerInput
static string GetTextValue(string key)
Definition Language.cs:54

References _controllerInput, Terraria.Localization.Language.GetTextValue(), InviteOnly, and j__TPar.

Referenced by Draw().