DumpSortie
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | DumpSortie | |
| Function Description: | Dumps the current SORTIE table to a JSON file in the mission root directory, with an optional re-run after a delay if specified in the input table. | |
| File Location: | cmm.XpFunctions.lua | |
| Syntax: | CMM.DumpSortie( table argTable ) | |
| Return Value: | ||
| Parameters: | Name | Description |
| argTable | {RunAgain <boolean>} – if true, schedules a re-execution of the function after 30 seconds; defaults to false if not provided. | |
| Example: | CMM.DumpSortie({RunAgain = true}) | |
| Example Description: | Saves the current SORTIE data to a JSON file and schedules a re-run after 30 seconds to dump the updated state. | |
| Related Functions: | ||
| Notes: | ||