DCS func getRadioSilentMode

From DCS World Wiki - Hoggitworld.com
Revision as of 22:28, 10 August 2021 by Grimes (talk | contribs) (Created page with "{{Template:dcs_funcs |fName= getRadioSilentMode |vNum= 2.7.5 |par1= Airbase |par2= |par3= |par4= |desc= Returns a boolean value for whether or n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scripting Root

Envrioment: Mission Scripting
Function: getRadioSilentMode Added with: 2.7.5
Member Of: Airbase
Syntax: boolean Airbase.getRadioSilentMode(Class Self )
Description: Returns a boolean value for whether or not the ATC for the passed airbase object has been silenced.


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: