diff --git a/Moose Development/Moose/Functional/CleanUp.lua b/Moose Development/Moose/Functional/CleanUp.lua
index aab745642..3f9425ac0 100644
--- a/Moose Development/Moose/Functional/CleanUp.lua
+++ b/Moose Development/Moose/Functional/CleanUp.lua
@@ -9,7 +9,7 @@
--
-- @module CleanUp
---- @type CLEANUP.__
+--- @type CLEANUP.__ Methods which are not intended for mission designers, but which are used interally by the moose designer :-)
-- @field #map<#string,Wrapper.Airbase#AIRBASE> Airbases Map of Airbases.
-- @extends Core.Base#BASE
@@ -68,7 +68,7 @@ CLEANUP = {
CleanUpList = {},
}
---- @field #CLEANUP.__
+-- @field #CLEANUP.__
CLEANUP.__ = {}
--- @field #CLEANUP.__.Airbases
diff --git a/docs/Documentation/AI_Patrol.html b/docs/Documentation/AI_Patrol.html
index 93a9f8ce6..43392b308 100644
--- a/docs/Documentation/AI_Patrol.html
+++ b/docs/Documentation/AI_Patrol.html
@@ -926,6 +926,9 @@ Use the method AIPATROLZONE.M
+
+ This table contains the targets detected during patrol.
diff --git a/docs/Documentation/Cargo.html b/docs/Documentation/Cargo.html
index 262969991..e3fae231c 100644
--- a/docs/Documentation/Cargo.html
+++ b/docs/Documentation/Cargo.html
@@ -2934,6 +2934,7 @@ The range till cargo will board.
Adds an airbase to the airbase validation list.
-string,Wrapper.Airbase#AIRBASE> Airbases Map of Airbases.
-Add the DCSWrapper.Unit#Unit to the CleanUpList for CleanUp.
-At the defined time interval, CleanUp the Groups within the CleanUpList.
-Destroys a missile from the simulator, but checks first if it is still existing!
-Destroys a Unit from the simulator, but checks first if it is still existing!
-Detects if the Unit has an SEVENTENGINESHUTDOWN or an SEVENT_HIT within the given AirbaseNames.
-Detects if a crash event occurs.
-Detects if the Unit has an SEVENTHIT within the given AirbaseNames.
-Detects if a unit shoots a missile.
@field #CLEANUP.__
+string,Wrapper.Airbase#AIRBASE> Airbases Map of Airbases.
- -Add the DCSWrapper.Unit#Unit to the CleanUpList for CleanUp.
- -Wrapper.Unit#UNIT CleanUpUnit :
CleanUpUnitName :
At the defined time interval, CleanUp the Groups within the CleanUpList.
- -Destroys a missile from the simulator, but checks first if it is still existing!
- -Dcs.DCSTypes#Weapon MissileObject :
Destroys a Unit from the simulator, but checks first if it is still existing!
- -Wrapper.Unit#UNIT CleanUpUnit :
-The object to be destroyed.
Detects if the Unit has an SEVENTENGINESHUTDOWN or an SEVENT_HIT within the given AirbaseNames.
- - -If this is the case, add the Group to the CLEANUP List.
- -Core.Event#EVENTDATA Event :
Vec2 :
Core.Event#EVENTDATA EventData :
Detects if a crash event occurs.
- - -Crashed units go into a CleanUpList for removal.
- -Core.Event#EVENTDATA Event :
Detects if the Unit has an SEVENTHIT within the given AirbaseNames.
- - -If this is the case, destroy the unit.
- -Core.Event#EVENTDATA Event :
Detects if a unit shoots a missile.
- - -If this occurs within one of the airbases, then the weapon used must be destroyed.
- -Core.Event#EVENTDATA Event :
Contains the counter how many units are currently alive
+By default, no InitLimit
-