ScheduleRemoveDeployedTemplate
Appearance
| 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 |
| argTable | Table 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: | ||