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

◆ Close()

void GUIWiresUI.Close ( )
inline

Definition at line 210 of file GUIWiresUI.cs.

211 {
212 if (this.DisplayOptions)
213 {
215 int selectedItem = Main.LocalPlayer.selectedItem;
216 return;
217 }
218 }
class f__AnonymousType0<< Count > j__TPar
bool DisplayOptions
GUIControllerWiresUI _controller
static Player LocalPlayer
Definition Main.cs:5267

References _controller, DisplayOptions, j__TPar, Terraria.Main.LocalPlayer, and Terraria.Player.selectedItem.

Referenced by GUIInstance.CloseDialoguesAndPopups(), DrawOverlay(), and PlayerMenuDisplayToggle().