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

◆ PlayerMenuDisplayToggle()

void GUIWiresUI.PlayerMenuDisplayToggle ( )
inline

Definition at line 31 of file GUIWiresUI.cs.

32 {
33 bool displayOptions = this.DisplayOptions;
34 if (!displayOptions)
35 {
36 if (!displayOptions)
37 {
38 }
39 int myPlayer = Main.myPlayer;
40 if (!displayOptions)
41 {
42 int num = 1;
43 this.DisplayOptions = num != 0;
44 return;
45 }
46 }
47 this.Close();
48 }
class f__AnonymousType0<< Count > j__TPar
bool DisplayOptions
void Close()
static int myPlayer
Definition Main.cs:2337

References Close(), DisplayOptions, j__TPar, and Terraria.Main.myPlayer.