Esempio n. 1
0
 void resetSearchFilter()
 {
     EditorPartList.Instance.SearchFilterParts = null;
     QDebug.Log("resetSearchFilter", "QEditor");
 }
Esempio n. 2
0
 protected override void OnDestroy()
 {
     base.OnDestroy();
     QDebug.Log("OnDestroy", "QEditor");
 }
Esempio n. 3
0
 void setSearchFilter()
 {
     EditorPartList.Instance.SearchFilterParts = searchFilterParts;
     Ready = true;
     QDebug.Log("setSearchFilter", "QEditor");
 }
Esempio n. 4
0
 void RnDComplexDespawn()
 {
     Ready        = false;
     QSearch.Text = string.Empty;
     QDebug.Log("RnDComplexDespawn", "QRnD");
 }
Esempio n. 5
0
 void OnDestroy()
 {
     QSettings.Instance.Save();
     QDebug.Log("OnDestroy", "QLoading");
 }
Esempio n. 6
0
 public void SetValue(int r, int c, int value)
 {
     QDebug.Assert(!boxes[r, c].IsThisBoxFilled());
     boxes[r, c].SetValue(value);
 }
Esempio n. 7
0
 void RnDComplexSpawn()
 {
     Ready        = true;
     QSearch.Text = string.Empty;
     QDebug.Log("RnDComplexSpawn", "QRnD");
 }
Esempio n. 8
0
 void Start()
 {
     QDebug.Log("Start", "QStockToolbar");
 }
Esempio n. 9
0
 void OnDestroy()
 {
     QDebug.Log("OnDestroy", "QMainMenu");
 }
Esempio n. 10
0
 void OnVesselGoOffRails(Vessel vessel)
 {
     QMute.Verify();
     QDebug.Log("OnVesselGoOffRails");
 }
Esempio n. 11
0
 void Start()
 {
     QDebug.Log("Start");
 }
Esempio n. 12
0
 void OnApplicationQuit()
 {
     volume.Restore();
     QDebug.Log("OnApplicationQuit");
 }