private void ToggleParentScreenVisibility(bool visible) { ClosableScreen deployableInfoParentScreen = ScreenUtils.GetDeployableInfoParentScreen(); if (deployableInfoParentScreen != null) { deployableInfoParentScreen.Visible = visible; } }
public unsafe static long $Invoke1(long instance, long *args) { return(GCHandledObjects.ObjectToGCHandle(ScreenUtils.IsAnySquadScreenOpen())); }
public unsafe static long $Invoke0(long instance, long *args) { return(GCHandledObjects.ObjectToGCHandle(ScreenUtils.GetDeployableInfoParentScreen())); }