Jump to content

ScheduledCleanZone

From CMM Wiki
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:

}