Jump to content

LOAD MISSION

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (LOAD_MISSION – created via PowerShell script (2025-11-11T21:12:01Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
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: