LoadServerStartWarning
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | LoadServerStartWarning | |
| Function Description: | Displays a performance warning for pilots when the mission starts. | |
| File Location: | cmm.DCSFunctions.lua | |
| Syntax: | CMM.LoadServerStartWarning( number or nil time ) | |
| Return Value: | nil | |
| Parameters: | Name | Description |
| time | Optional time in seconds before the warning appears (default is 150 seconds) | |
| Example: | CMM.LoadServerStartWarning(100) | |
| Example Description: | Shows a warning image to pilots at a specified time before mission start, defaulting to 150 seconds if not provided. The image is displayed at the top of the screen for the entire duration. | |
| Related Functions: | ||
| Notes: | ||