Jump to content

ScheduleRemoveDeployedTemplate

From CMM Wiki
Revision as of 12:26, 24 June 2026 by Ozdeadmeat (talk | contribs) (ScheduleRemoveDeployedTemplate – created via PowerShell script (2026-06-24T22:26:47Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: ScheduleRemoveDeployedTemplate
Function Description: Removes a Deployed template at a specified time over a specified period
File Location: cmm.deployables.lua
Syntax: CMM.ScheduleRemoveDeployedTemplate( table argTable )
Return Value: nil
Parameters: Name Description
argTableTable consisting of the following parameters in order: name (string), remove time (number)
Example: CMM.ScheduleRemoveDeployedTemplate({"FOB_01#01245", 30})
Example Description: Removes a template after a specified amount of time.
Related Functions:
Notes: