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

◆ RefreshAllItems()

void InterfaceProfile_Layout.RefreshAllItems ( )
inline

Definition at line 427 of file InterfaceProfile_Layout.cs.

428 {
429 int size = this.LeftGroupings._size;
433 if (size == 0)
434 {
435 }
436 int gameMode = Main.GameMode;
438 int size2 = this.LeftGroupings._size;
439 int size3 = this.RightGroupings._size;
443 if (size3 == 0)
444 {
445 }
446 int gameMode2 = Main.GameMode;
448 int size4 = this.RightGroupings._size;
449 if (size4 == 0)
450 {
451 }
452 int gameMode3 = Main.GameMode;
453 if (size4 == 0)
454 {
455 }
457 if (size4 == 0)
458 {
459 }
461 if (size4 == 0)
462 {
463 }
464 int myPlayer = Main.myPlayer;
465 if (size4 == 0)
466 {
467 }
468 int myPlayer2 = Main.myPlayer;
470 if (tileEntity != null)
471 {
472 if (size4 == 0)
473 {
474 }
475 int myPlayer3 = Main.myPlayer;
476 int myPlayer4 = Main.myPlayer;
477 Tile tile;
478 ushort type = tile.type;
479 int myPlayer5 = Main.myPlayer;
481 if (tileEntity2 != null)
482 {
483 }
484 return;
485 }
486 int myPlayer6 = Main.myPlayer;
487 if (Main.npcShop != 0)
488 {
489 }
490 int size5 = this.LeftGroupings._size;
491 int size6 = this.LeftGroupings._size;
492 int size7 = this.RightGroupings._size;
493 int size8 = this.RightGroupings._size;
494 }
class f__AnonymousType0<< Count > j__TPar
List< GUIPageIconGrouping > LeftGroupings
List< GUIPageIconGrouping > RightGroupings
static int myPlayer
Definition Main.cs:2337
static int GameMode
Definition Main.cs:4141
static bool InReforgeMenu
Definition Main.cs:2659
static int npcShop
Definition Main.cs:2547
static bool InGuideCraftMenu
Definition Main.cs:2645
ushort type
Definition Tile.cs:58

References System.Collections.Generic.List< T >._size, Terraria.Main.GameMode, Terraria.Main.InGuideCraftMenu, Terraria.Main.InReforgeMenu, j__TPar, LeftGroupings, Terraria.Main.myPlayer, Terraria.Main.npcShop, RightGroupings, and Terraria.Tile.type.

Referenced by OpenUI(), and GUIPageIcons.UpdatePageStates().