Difference between revisions of "DCS task orbit"
From DCS World Wiki - Hoggitworld.com
| Line 12: | Line 12: | ||
|desc= Orders an aircraft group to orbit at the waypoint. | |desc= Orders an aircraft group to orbit at the waypoint. | ||
| + | |||
| + | DCS. 2.9.14 added the anchored orbit type. | ||
| Line 20: | Line 22: | ||
params = { | params = { | ||
pattern = AI.Task.OrbitPattern, | pattern = AI.Task.OrbitPattern, | ||
| − | point = Vec2, | + | point = Vec2, |
| − | point2 = Vec2, | + | point2 = Vec2, |
| − | speed = Distance, | + | speed = Distance, |
| − | altitude = Distance | + | altitude = Distance, |
| + | hotLegDir = radians, | ||
| + | legLength = distance, | ||
| + | width = distance, | ||
| + | clockWise = boolean, | ||
} | } | ||
} | } | ||
| Line 42: | Line 48: | ||
altitude: Altitude in meters the AI will orbit at. If not defined the altitude of their current waypoint will be used. | altitude: Altitude in meters the AI will orbit at. If not defined the altitude of their current waypoint will be used. | ||
| + | hotLegDir: (anchored param) Heading in radians that the aircraft will fly for the initial leg of the orbit | ||
| + | |||
| + | legLength: (anchored param) Distance in meters that the aircraft will fly before turning. | ||
| + | |||
| + | width: (anchored param) Distance in meters that represents the diameter of the orbit | ||
| + | |||
| + | clockWise: (anchored param) true/false value for whether the orbit will fly clockwise or anti-clockwise. Anti-clockwise is default. | ||
|enum= {{DCS_enum_AI_orbitPattern}} | |enum= {{DCS_enum_AI_orbitPattern}} | ||
Revision as of 23:17, 19 March 2025
