AllAirBaseAutoCapture
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | AllAirBaseAutoCapture | |
| Function Description: | ||
| File Location: | cmm.AirBaseFunctions.lua | |
| Syntax: | CMM.AllAirBaseAutoCapture( boolean EnableCap ) | |
| Return Value: | nil | |
| Parameters: | Name | Description |
| EnableCap | true to enable automatic capture on all airbases, false (or omitted) to disable it. Defaults to false. | |
| Example: | CMM.AllAirBaseAutoCapture(true) | |
| Example Description: | Enables automatic capture for all airbases (type 0 or 1) in the current mission and logs the action for each. | |
| Related Functions: | ||
| Notes: | ||