Jump to content

ScheduledCleanZone

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (ScheduledCleanZone – created via PowerShell script (2025-11-11T21:12:02Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: ScheduledCleanZone
Function Description: Schedules repeated cleaning of a zone every WaitTime seconds and performs an immediate clean; can suppress output via Silent.
File Location: cmm.DCSFunctions.lua
Syntax: CMM.ScheduledCleanZone( table argTable )
Return Value:
Parameters: Name Description
argTable{ZoneID <string>, WaitTime <number>, Silent <boolean>
Example: CMM.ScheduledCleanZone({"DebrisArea", 300, true})
Example Description: Cleans "DebrisArea" immediately and then every 5 minutes without logging.
Related Functions:
Notes:

}