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

◆ WorldDraw()

void GUIWorldSelectMenu.WorldDraw ( ItemGrid_Layout gridLayout,
int index,
Vector2 position,
float scale )
inlineprivate

Definition at line 263 of file GUIWorldSelectMenu.cs.

264 {
265 int selectedItem = this.SelectedItem;
266 int num = 168;
268 int num2 = this.worldOver;
269 int selectedItem2 = this.SelectedItem;
270 int selectedItem3 = this.SelectedItem;
271 if (this.SeedVersionToggle)
272 {
273 return;
274 }
275 if (num == 0)
276 {
277 }
278 if (32 == 0)
279 {
280 }
281 int size = sortedWorldData._size;
282 int num3 = 16;
283 if (num3 == 0)
284 {
285 }
286 int selectedItem4 = this.SelectedItem;
288 this.CloseNameEditIf();
289 int selectedItem5 = this.SelectedItem;
291 if (lastSelectedItem == 0)
292 {
293 }
294 if (num3 != 0)
295 {
296 return;
297 }
298 int num4;
299 if (num4 == 0)
300 {
301 }
303 }
class f__AnonymousType0<< Count > j__TPar
List< WorldFileData > SortedWorldData

References CloseNameEditAndSaveIf(), CloseNameEditIf(), j__TPar, LastSelectedItem, SeedVersionToggle, SelectedItem, SortedWorldData, and worldOver.