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

◆ DrawDedicated()

void GUIMultiplayerLobby.DrawDedicated ( )
inlineprivate

Definition at line 143 of file GUIMultiplayerLobby.cs.

144 {
146 int size = this.serverList._size;
147 this.dragClipRegion.X = (int)0f;
149 int width = this.fullClipRegion.Width;
151 int width2 = this.dragClipRegion.Width;
152 bool flag = this.serverJoinAvailable;
156 {
158 }
160 if (controllerInput == null)
161 {
162 }
165 {
166 }
167 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerMultiplayerLobby _controllerInput
List< GUIMultiplayerLobby.ServerInformation > serverList

References _controllerInput, Microsoft.Xna.Framework.Graphics.SpriteBatchItem.DisabledClipping(), dragClipRegion, fullClipRegion, j__TPar, RefreshDedicatedServers(), serverJoinAvailable, serverList, and Microsoft.Xna.Framework.Rectangle.Width.