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

◆ CloseOptions()

void GUIPulldownSetting.CloseOptions ( )
inline

Definition at line 24 of file GUIPulldownSetting.cs.

25 {
26 if (this.displayOptions)
27 {
29 if (deactivateOverlayCallback != null)
30 {
31 IntPtr invoke_impl = deactivateOverlayCallback.invoke_impl;
32 IntPtr method_code = deactivateOverlayCallback.method_code;
33 IntPtr method = deactivateOverlayCallback.method;
34 return;
35 }
37 }
38 }
class f__AnonymousType0<< Count > j__TPar
GUIPulldownSetting.DeactivateOverlayCallback deactivateOverlayCallback
GUIInputRegionExclusive _optionsBlocker

References _optionsBlocker, deactivateOverlayCallback, displayOptions, and j__TPar.

Referenced by GUIControllerHardwarePulldown.CloseOptions(), and RefreshInputRegion().