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

◆ DrawLocal()

void GUIMultiplayerLobby.DrawLocal ( )
inlineprivate

Definition at line 100 of file GUIMultiplayerLobby.cs.

101 {
102 this.RefreshLocalServers();
103 if (this.NoPlatformFriends)
104 {
105 string textValue = Language.GetTextValue("Mobile.StadiaNoFriends");
106 return;
107 }
108 string textValue2 = Language.GetTextValue("Mobile.StadiaSearchingFriendGames");
109 if ("Mobile.StadiaSearchingFriendGames" == null)
110 {
111 }
112 if ("Mobile.StadiaSearchingFriendGames" == null)
113 {
114 }
115 if (6899 == 0)
116 {
117 }
120 {
121 }
125 {
126 }
127 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54

References Microsoft.Xna.Framework.Graphics.SpriteBatchItem.DisabledClipping(), Terraria.Localization.Language.GetTextValue(), j__TPar, NoPlatformFriends, and RefreshLocalServers().