minor F16 update

commented out unnecessary functions
This commit is contained in:
Bailey 2024-04-23 12:57:29 +09:00 committed by GitHub
parent 936ee3c2db
commit 3a9097ab92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)