mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
fix(F-15E): indicator index for UFCs
This commit is contained in:
parent
a20d8bbbec
commit
aaf1d13083
@ -870,11 +870,11 @@ function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) -- Po
|
||||
ExportScript.Tools.SendData(757575,"⚪⚫\n🟡🔴\n🟢❌")
|
||||
-- ADVANCED UFC IMPLEMENTATION v1
|
||||
if Norsk_UFC == "TRUE" then
|
||||
PILOT_UFCa(ExportScript.Tools.getListIndicatorValue(8))
|
||||
PILOT_UFCa(ExportScript.Tools.getListIndicatorValue(9))
|
||||
else
|
||||
PILOT_UFC(ExportScript.Tools.getListIndicatorValue(8))
|
||||
PILOT_UFC(ExportScript.Tools.getListIndicatorValue(9))
|
||||
end
|
||||
WSO_UFC(ExportScript.Tools.getListIndicatorValue(20))
|
||||
WSO_UFC(ExportScript.Tools.getListIndicatorValue(21))
|
||||
-- COMBINED FUEL DISPLAY
|
||||
ExportScript.Tools.SendData(83830,FUEL_display(mainPanelDevice,0)) -- NOTE EXPORT ID HAS CHANGED
|
||||
-- INDIVIDUAL FUEL DATA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user