WimaController.SettingsGroup.json 1.28 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
[
{
    "name":             "EnableWimaController",
    "shortDescription": "Enables or disables the WimaController, which performes different tasks inside the flight view window.",
    "type":             "bool",
    "defaultValue":     1
},
{
    "name":             "OverlapWaypoints",
    "shortDescription": "Determines the number of overlapping waypoints between two consecutive mission phases.",
    "type":             "uint32",
    "defaultValue":     2
},
{
    "name":             "MaxWaypointsPerPhase",
    "shortDescription": "Determines the maximum number of waypoints per phase.",
    "type":             "uint32",
    "defaultValue":     30
},
{
    "name":             "StartWaypointIndex",
    "shortDescription": "The index of the start waypoint for the next mission phase.",
    "type":             "uint32",
    "defaultValue":     1
},
{
    "name":             "ShowAllMissionItems",
    "shortDescription": "Determines whether the mission items of the overall mission are displayed or not.",
    "type":             "bool",
    "defaultValue":     1
},
{
    "name":             "ShowCurrentMissionItems",
    "shortDescription": "Determines whether the mission items of the current mission phase are displayed or not.",
    "type":             "bool",
    "defaultValue":     1
}
]