SETUP END MISSION TIMER
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | SETUP_END_MISSION_TIMER | |
| Function Description: | Initializes 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.SETUP_END_MISSION_TIMER( ) | |
| Return Value: | ||
| Parameters: | Name | Description |
| Example: | CMM.MISSION.TimeLimit = 3600; CMM.SETUP_END_MISSION_TIMER() | |
| Example Description: | Sets up a one‑hour mission timer and schedules the end‑of‑mission notification. | |
| Related Functions: | ||
| Notes: | ||