Difference between revisions of "DCS exam group ground"
From DCS World Wiki - Hoggitworld.com
(Created page with "<pre> groundExam = { ["visible"] = false, ["taskSelected"] = true, ["route"] = { ["points"] = { [1] = { ["alt"] = 12, ["type"] = "Turning Point",...") |
|||
| Line 144: | Line 144: | ||
} -- end of groundExam | } -- end of groundExam | ||
</pre> | </pre> | ||
| + | [[Category: Examples]] | ||
Revision as of 23:14, 27 November 2023
groundExam =
{
["visible"] = false,
["taskSelected"] = true,
["route"] =
{
["points"] =
{
[1] =
{
["alt"] = 12,
["type"] = "Turning Point",
["action"] = "Off Road",
["alt_type"] = "BARO",
["form"] = "Off Road",
["y"] = 654317.3511118,
["x"] = -292895.91688114,
["speed"] = 5.5555555555556,
["task"] =
{
["id"] = "ComboTask",
["params"] =
{
["tasks"] =
{
[1] =
{
["enabled"] = true,
["auto"] = true,
["id"] = "WrappedAction",
["number"] = 1,
["params"] =
{
["action"] =
{
["id"] = "EPLRS",
["params"] =
{
["value"] = true,
["groupId"] = 1,
}, -- end of ["params"]
}, -- end of ["action"]
}, -- end of ["params"]
}, -- end of [1]
[2] =
{
["enabled"] = true,
["auto"] = false,
["id"] = "FireAtPoint",
["number"] = 2,
["params"] =
{
["y"] = 663334.61824549,
["templateId"] = "",
["expendQtyEnabled"] = true,
["alt_type"] = 1,
["expendQty"] = 20,
["x"] = -285937.33891413,
["weaponType"] = 1073741822,
["zoneRadius"] = 0,
}, -- end of ["params"]
}, -- end of [2]
}, -- end of ["tasks"]
}, -- end of ["params"]
}, -- end of ["task"]
}, -- end of [1]
}, -- end of ["points"]
}, -- end of ["route"]
["groupId"] = 2,
["tasks"] =
{
}, -- end of ["tasks"]
["hidden"] = false,
["units"] =
{
[1] =
{
["type"] = "M-109",
["transportable"] =
{
["randomTransportable"] = false,
}, -- end of ["transportable"]
["unitId"] = 9,
["skill"] = "High",
["y"] = 654317.3511118,
["x"] = -292895.91688114,
["name"] = "Ground-1-4",
["playerCanDrive"] = true,
["heading"] = 0,
}, -- end of [1]
[2] =
{
["type"] = "M-109",
["transportable"] =
{
["randomTransportable"] = false,
}, -- end of ["transportable"]
["unitId"] = 8,
["skill"] = "High",
["y"] = 654356.43377035,
["x"] = -292965.80304639,
["name"] = "Ground-1-3",
["playerCanDrive"] = true,
["heading"] = 0,
}, -- end of [2]
[4] =
{
["type"] = "M-109",
["transportable"] =
{
["randomTransportable"] = false,
}, -- end of ["transportable"]
["unitId"] = 6,
["skill"] = "High",
["y"] = 654317.3511118,
["x"] = -292955.91688114,
["name"] = "Ground-1-1",
["playerCanDrive"] = true,
["heading"] = 0,
}, -- end of [4]
[3] =
{
["type"] = "M-109",
["transportable"] =
{
["randomTransportable"] = false,
}, -- end of ["transportable"]
["unitId"] = 7,
["skill"] = "High",
["y"] = 654251.61232198,
["x"] = -292954.76920971,
["name"] = "Ground-1-2",
["playerCanDrive"] = true,
["heading"] = 0,
}, -- end of [3]
}, -- end of ["units"]
["y"] = 654317.3511118,
["uncontrollable"] = false,
["name"] = "Ground-1",
["start_time"] = 0,
["task"] = "Ground Nothing",
["x"] = -292895.91688114,
} -- end of groundExam
