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 GUIRubbleMaker.Close ( )
inline

Definition at line 410 of file GUIRubbleMaker.cs.

411 {
412 if (this.DisplayOptions)
413 {
414 if (this.DisplayMaterials)
415 {
416 }
418 int selectedItem = Main.LocalPlayer.selectedItem;
419 return;
420 }
421 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerRubbleMaker _controller
static Player LocalPlayer
Definition Main.cs:5267

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

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