Difference between revisions of "DCS func autoCaptureIsOn"

From DCS World Wiki - Hoggitworld.com
(Created page with "{{Template:dcs_funcs |fName= autoCapture |vNum= 2.8.8 |par1= Airbase |par2= |par3= |par4= |desc= Returns the current autoCapture setting for the...")
 
 
Line 1: Line 1:
 
{{Template:dcs_funcs
 
{{Template:dcs_funcs
  
|fName= autoCapture
+
|fName= autoCaptureIsOn
  
 
|vNum= 2.8.8
 
|vNum= 2.8.8

Latest revision as of 20:33, 16 August 2023

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: