LOAD MISSION
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | LOAD_MISSION | |
| Function Description: | Loads a specified mission file into the current session. The function displays a short notification, logs a debug message if enabled, and calls the DCS mission engine to load the mission whose filename is supplied. | |
| File Location: | cmm.DCSFunctions.lua | |
| Syntax: | CMM.LOAD_MISSION( table argTable ) | |
| Return Value: | ||
| Parameters: | Name | Description |
| argTable | {<MISSIONFILENAME>} -- MISSIONFILENAME – string (path or name of the mission file) | |
| Example: | CMM.LOAD_MISSION({"mission_01.dmm"}) | |
| Example Description: | Demonstrates loading the mission file "mission_01.dmm". | |
| Related Functions: | ||
| Notes: | ||