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

◆ UpdatePageStates()

void GUIPageIcons.UpdatePageStates ( )
inlineprivate

Definition at line 273 of file GUIPageIcons.cs.

274 {
275 int num = 1;
276 if (num == 0)
277 {
278 }
279 int myPlayer = Main.myPlayer;
280 if (num != 0)
281 {
282 if (num == 0)
283 {
284 }
286 long num2 = 0L;
287 this.Close(num2 != 0L);
288 }
291 if (useConsoleStyle)
292 {
293 if (!useConsoleStyle)
294 {
295 }
297 return;
298 }
299 this.RefreshLeftItems();
300 this.RefreshRightItems();
301 }
class f__AnonymousType0<< Count > j__TPar
void RefreshRightItems()
void RefreshLeftItems()
void RefreshAvailableItems()
void Close(bool hideChat=true)
static InterfaceProfile_Layout Active
static int myPlayer
Definition Main.cs:2337

References InterfaceStyles_Layout.Active, InterfaceProfile_Layout.AnyOpen(), Close(), j__TPar, System.L, Terraria.Main.myPlayer, InterfaceProfile_Layout.RefreshAllItems(), RefreshAvailableItems(), RefreshLeftItems(), RefreshRightItems(), and UseConsoleStyle.