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

Definition at line 141 of file GUIResearch.cs.

142 {
143 if (!this.Displaying || this.PickingInterceptor != null)
144 {
145 }
146 }
GUIInputRegionExclusive PickingInterceptor

References Displaying, and PickingInterceptor.

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