Beispiel #1
0
        private void ToggleParentScreenVisibility(bool visible)
        {
            ClosableScreen deployableInfoParentScreen = ScreenUtils.GetDeployableInfoParentScreen();

            if (deployableInfoParentScreen != null)
            {
                deployableInfoParentScreen.Visible = visible;
            }
        }
Beispiel #2
0
 public unsafe static long $Invoke1(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(ScreenUtils.IsAnySquadScreenOpen()));
 }
Beispiel #3
0
 public unsafe static long $Invoke0(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(ScreenUtils.GetDeployableInfoParentScreen()));
 }