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

◆ GetMenuItemCount()

int GUIControllerPVP4Page.GetMenuItemCount ( )
inlineprivate

Definition at line 91 of file GUIControllerPVP4Page.cs.

92 {
93 if (!true)
94 {
95 }
96 if (true)
97 {
99 return 3;
100 }
101 return 2;
102 }
static bool IsCurrentPlatform(DrPlatform.DrPlatformType platform)
Definition DrPlatform.cs:49

References DrPlatform.IsCurrentPlatform().