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

Definition at line 111 of file GUIPageGroupEdit.cs.

112 {
113 if (this.Enabled)
114 {
115 }
116 if (this.pickingInterceptor != null)
117 {
118 }
119 }
GUIInputRegionExclusive pickingInterceptor

References Enabled, and pickingInterceptor.