mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
minor F16 update
commented out unnecessary functions
This commit is contained in:
parent
936ee3c2db
commit
3a9097ab92
@ -699,18 +699,18 @@ function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice)
|
|||||||
|
|
||||||
ExportScript.EcmPanel(mainPanelDevice)
|
ExportScript.EcmPanel(mainPanelDevice)
|
||||||
ExportScript.FuelInfo(mainPanelDevice)
|
ExportScript.FuelInfo(mainPanelDevice)
|
||||||
ExportScript.UhfRadioPresets(mainPanelDevice)
|
ExportScript.UhfRadioPresets(mainPanelDevice)
|
||||||
|
|
||||||
if LoIsObjectExportAllowed() then -- returns true if world objects data is available
|
--if LoIsObjectExportAllowed() then -- returns true if world objects data is available
|
||||||
if LoIsOwnshipExportAllowed() then -- returns true if ownship data is available
|
--if LoIsOwnshipExportAllowed() then -- returns true if ownship data is available
|
||||||
ExportScript.LoAircraftInfo(mainPanelDevice) -- Provides a lot of aircraft properties
|
--ExportScript.LoAircraftInfo(mainPanelDevice) -- Provides a lot of aircraft properties
|
||||||
ExportScript.AirportInfo(mainPanelDevice) -- Provides info on the two closest airports
|
--ExportScript.AirportInfo(mainPanelDevice) -- Provides info on the two closest airports
|
||||||
ExportScript.WindsAloft(mainPanelDevice) -- Gets winds at the aircraft
|
--ExportScript.WindsAloft(mainPanelDevice) -- Gets winds at the aircraft
|
||||||
ExportScript.GroundRadar(mainPanelDevice) -- Reports 2 closest friendlies and 2 enemies (Use in Single Player)
|
--ExportScript.GroundRadar(mainPanelDevice) -- Reports 2 closest friendlies and 2 enemies (Use in Single Player)
|
||||||
ExportScript.AirRadar(mainPanelDevice) -- Reports 2 closest friendlies and 2 enemies (Use in Single Player)
|
--ExportScript.AirRadar(mainPanelDevice) -- Reports 2 closest friendlies and 2 enemies (Use in Single Player)
|
||||||
ExportScript.IglaHunter(mainPanelDevice) -- Locates closest Igla (Use in Single Player)
|
--ExportScript.IglaHunter(mainPanelDevice) -- Locates closest Igla (Use in Single Player)
|
||||||
end
|
--end
|
||||||
end
|
--end
|
||||||
|
|
||||||
-- TODO FIX: If cold start online then this blocks exports after it. Keep this last.
|
-- TODO FIX: If cold start online then this blocks exports after it. Keep this last.
|
||||||
ExportScript.CountermeasureReadouts(mainPanelDevice)
|
ExportScript.CountermeasureReadouts(mainPanelDevice)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user