diff --git a/dist/autoloader.js b/dist/autoloader.js index 45d10cc..9c6b0cb 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Sun Dec 02 2018 09:41:12 GMT+0100 (CET)*/ +/*Generated on:Sun Dec 02 2018 09:49:44 GMT+0100 (CET)*/ var AutomaticDispose_Branch = "master"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 4ab4937..1388583 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Sun Dec 02 2018 09:41:12 GMT+0100 (CET)*/ +/*Generated on:Sun Dec 02 2018 09:49:44 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -16956,6 +16956,16 @@ class AutomaticDispose { constructor() { let self = this; + self.MissionType = null + self.MissionID= null + self.MyRunner= null + self.MyRunnerSettings= null + + self._ADisVehiclesNeed = {} + self.MissionConfig = {} + self.Vehicles = {} + self.Patients = {} + this.ADis_MyHead = document.getElementsByTagName('head')[0]; this.ADis_MyBody = document.getElementsByTagName('body')[0]; @@ -18245,10 +18255,7 @@ class AutomaticDispose { // - // - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - MissionType = null; - MissionID = null; - MyRunner = null; - MyRunnerSettings = null; + StartMission() { const self = this; self.MissionType = null; @@ -18413,7 +18420,7 @@ class AutomaticDispose { } } - MissionConfig = {} + GetMissionConfiguration(MissionType) { const self = this; @@ -18436,9 +18443,7 @@ class AutomaticDispose { }); } - - Vehicles = {} - Patients = {} + StartAlarmProcess() { const self = this; @@ -19251,8 +19256,6 @@ class AutomaticDispose { return false; } - _ADisVehiclesNeed = {} - PrepareVehicleNeedList() { const self = this; for (VehicleTypeID = 0; VehicleTypeID <= MaxVehicleID; VehicleTypeID++) { diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 5f7c610..98f42ec 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -20,6 +20,16 @@ class AutomaticDispose { constructor() { let self = this; + self.MissionType = null + self.MissionID= null + self.MyRunner= null + self.MyRunnerSettings= null + + self._ADisVehiclesNeed = {} + self.MissionConfig = {} + self.Vehicles = {} + self.Patients = {} + this.ADis_MyHead = document.getElementsByTagName('head')[0]; this.ADis_MyBody = document.getElementsByTagName('body')[0]; @@ -1075,10 +1085,7 @@ class AutomaticDispose { // - // - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - MissionType = null; - MissionID = null; - MyRunner = null; - MyRunnerSettings = null; + StartMission() { const self = this; self.MissionType = null; @@ -1243,7 +1250,7 @@ class AutomaticDispose { } } - MissionConfig = {} + GetMissionConfiguration(MissionType) { const self = this; @@ -1266,9 +1273,7 @@ class AutomaticDispose { }); } - - Vehicles = {} - Patients = {} + StartAlarmProcess() { const self = this; @@ -2081,8 +2086,6 @@ class AutomaticDispose { return false; } - _ADisVehiclesNeed = {} - PrepareVehicleNeedList() { const self = this; for (VehicleTypeID = 0; VehicleTypeID <= MaxVehicleID; VehicleTypeID++) {