This commit is contained in:
FlightControl 2017-06-30 10:30:46 +02:00
parent 133910ac3b
commit d719c437ec
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
--
-- The CLEANUP class keeps airbases clean, and tries to guarantee continuous airbase operations, even under combat.
--
-- @field CLEANUP
-- @field #CLEANUP
CLEANUP = {
ClassName = "CLEANUP",
TimeInterval = 0.2,

View File

@ -114,7 +114,7 @@ MOOSE Functional Classes provide various functions that are useful in mission de
* [AIRBASEPOLICE](Documentation/AirbasePolice.html): Control the speed of players at the airbases. Speeding players are eliminated (does not work due to a bug in the DCS).
* [CLEANUP](Documentation/Cleanup.html): Keeps the airbases clean from clutter. (Only partly functional due to a bug in DCS, destroyed objects cannot be removed).
* [CLEANUP](Documentation/CleanUp.html): Keeps the airbases clean from clutter. (Only partly functional due to a bug in DCS, destroyed objects cannot be removed).
## 2.4. MOOSE Wrapper Classes