Jump to content

ConfigureMissionTimer

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: ConfigureMissionTimer
Function Description: initialises the mission end timer system, defaulting to 6 hours if CMM.MISSION.TimeLimit is not already set; it logs the configured runtime, schedules the final END_MISSION call and sets up a series of MissionTimer notifications at predefined intervals.
File Location: cmm.DCSFunctions.lua
Syntax: CMM.ConfigureMissionTimer( )
Return Value:
Parameters: Name Description
Example: CMM.MISSION.TimeLimit = 3600; CMM.ConfigureMissionTimer()
Example Description: Sets up a one‑hour mission timer and schedules the end‑of‑mission notification.
Related Functions:
Notes: