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

◆ CloseClicked()

void GUINPCDialogue.CloseClicked ( )
inline

Definition at line 117 of file GUINPCDialogue.cs.

118 {
119 if (!true)
120 {
121 }
122 int myPlayer = Main.myPlayer;
123 int myPlayer2 = Main.myPlayer;
125 bool editSign = Main.editSign;
127 Main.editSign = false;
128 Main.npcChatText = "";
129 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static bool editSign
Definition Main.cs:2393
static void CloseKeyboard()
Definition Main.cs:8523

References Terraria.Main.CloseKeyboard(), Terraria.Main.editSign, j__TPar, and Terraria.Main.myPlayer.