Esempio n. 1
0
        public void PerformOrbitalSurvey()
        {
            //Roll to see if the telescope breaks.
            //If so, we're done and we need to repair the telescope.

            //We're good, perform the survey
            monitorSurvey = true;
            orbitalSurveyer.PerformSurvey();
        }
Esempio n. 2
0
        public void PerformOrbitalSurvey()
        {
            //Roll to see if the telescope breaks.
            //If so, we're done and we need to repair the telescope.

            //We're good, perform the survey
            Events["PerformOrbitalSurvey"].guiActive          = false;
            Events["PerformOrbitalSurvey"].guiActiveUnfocused = false;
            monitorSurvey = true;
            orbitalSurveyer.PerformSurvey();
        }