From 3cd787fb1e18ce924a91b980c2cff009a0ac5064 Mon Sep 17 00:00:00 2001
From: FlightControl This table contains the targets detected during patrol.
diff --git a/docs/Documentation/Cargo.html b/docs/Documentation/Cargo.html
index 262969991..d774a472f 100644
--- a/docs/Documentation/Cargo.html
+++ b/docs/Documentation/Cargo.html
@@ -3059,6 +3059,7 @@ The range till cargo will board.
Removes an airbase from the airbase validation list.
+Enables or disables the cleaning of missiles within the airbase zones.
The method CLEANUP.AddAirbase to add an airbase to the cleanup validation process. -The method CLEANUP.RemoveAirbase removes an airbase from the cleanup validation process.
+The method CLEANUP.AddAirbase() to add an airbase to the cleanup validation process. +The method CLEANUP.RemoveAirbase() removes an airbase from the cleanup validation process.
+ +When missiles or bombs hit the runway, the airbase operations stop. +Use the method CLEANUP.SetCleanMissiles() to control the cleaning of missiles, which will prevent airbases to stop. +Note that this method will not allow anymore airbases to be attacked, so there is a trade-off here to do.
@@ -328,6 +340,41 @@ CleanUpKutaisi = CLEANUP:New( AIRBASE.Caucasus.Kutaisi ) + + +Enables or disables the cleaning of missiles within the airbase zones.
+ + +Airbase operations stop when a missile or bomb is dropped at a runway. +Note that when this method is used, the airbase operations won't stop if +the missile or bomb was cleaned within the airbase zone, which is 8km from the center of the airbase. +However, there is a trade-off to make. Attacks on airbases won't be possible anymore if this method is used. +Note, one can also use the method CLEANUP.RemoveAirbase() to remove the airbase from the control process as a whole, +when an enemy unit is near. That is also an option...
+ +#string CleanMissiles :
+(Default=true) If true, missiles fired are immediately destroyed. If false missiles are not controlled.
Returns the initial health.
+Contains the counter how many units are currently alive
-Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
-By default, no InitLimit
-Sets the Information on the Task
#string TaskInfo :
#string TaskInfo :
+The key and title of the task information.
TaskInfoText :
#string TaskInfoText :
+The Task info text.
#number TaskInfoOrder :
+The ordering, a number between 0 and 99.
Asynchronous Event Trigger for Event CargoPickedUp.
+#list: Core.Zone#ZONE_BASE> The Deployment Zones.
+ + TaskUnit :
From :
Event :
To :
list