Difference between revisions of "DCS func getRadioSilentMode"

From DCS World Wiki - Hoggitworld.com
(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...")
 
 
Line 38: Line 38:
 
}}
 
}}
 
[[Category:Class Functions|getRadioSilentMode]]
 
[[Category:Class Functions|getRadioSilentMode]]
 +
[[Category:Game Patch 2.7.5|getRadioSilentMode]]

Latest revision as of 00:13, 21 March 2022

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: