This commit is contained in:
Applevangelist
2025-05-26 12:29:48 +02:00
parent 740f90a513
commit f7a86deba5
2 changed files with 22 additions and 7 deletions

View File

@@ -1432,7 +1432,7 @@ end
-- @param #number Speed The speed [m/s] flying when holding the position.
-- @return #CONTROLLABLE self
function CONTROLLABLE:TaskOrbitCircleAtVec2( Point, Altitude, Speed )
self:F2( { self.ControllableName, Point, Altitude, Speed } )
--self:F2( { self.ControllableName, Point, Altitude, Speed } )
local DCSTask = {
id = 'Orbit',