DCS func autoCaptureIsOn

From DCS World Wiki - Hoggitworld.com
Revision as of 20:33, 16 August 2023 by Grimes (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scripting Root

Envrioment: Mission Scripting
Function: autoCaptureIsOn Added with: 2.8.8
Member Of: Airbase
Syntax: boolean Airbase.autoCaptureIsOn(Class Self )
Description: Returns the current autoCapture setting for the passed base.

true: Auto capture is enabled

false; Auto capture is disabled


Return Value: boolean
Return Example: true
Examples:
Related Functions: Airbase Functions: getCallsign, getUnit, getID, getCategoryEx, getParking, getRunways, getTechObjectPos, getRadioSilentMode, setRadioSilentMode, autoCapture, autoCaptureIsOn, setCoalition, getWarehouse,
Notes: