mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Implemented as a plugin because LotATC needs actual lat/lon, and the only APIs for those are in lua. Fixes https://github.com/Khopa/dcs_liberation/issues/956.
33 lines
797 B
JSON
33 lines
797 B
JSON
{
|
|
"nameInUI": "LotATC Export",
|
|
"defaultValue": false,
|
|
"specificOptions": [
|
|
{
|
|
"nameInUI": "Export RED AA",
|
|
"mnemonic": "exportRedAA",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"nameInUI": "Export BLUE AA",
|
|
"mnemonic": "exportBlueAA",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"nameInUI": "Export AA Symbols",
|
|
"mnemonic": "exportSymbols",
|
|
"defaultValue": true
|
|
}
|
|
],
|
|
"scriptsWorkOrders": [
|
|
{
|
|
"file": "LotAtcExport.lua",
|
|
"mnemonic": "LotAtcExport-script"
|
|
}
|
|
],
|
|
"configurationWorkOrders": [
|
|
{
|
|
"file": "LotAtcExport-config.lua",
|
|
"mnemonic": "LotAtcExport-config"
|
|
}
|
|
]
|
|
} |