mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update tracing
This commit is contained in:
parent
2bb4c41f62
commit
5d88e449be
@ -2119,6 +2119,7 @@ end
|
||||
-- @param #table WayPoints If WayPoints is given, then use the route.
|
||||
-- @return #CONTROLLABLE
|
||||
function CONTROLLABLE:WayPointInitialize( WayPoints )
|
||||
self:F( { WayPoint, WayPointIndex, WayPointFunction } )
|
||||
|
||||
if WayPoints then
|
||||
self.WayPoints = WayPoints
|
||||
@ -2179,6 +2180,7 @@ end
|
||||
-- @param #number WaitTime The amount seconds to wait before initiating the mission.
|
||||
-- @return #CONTROLLABLE
|
||||
function CONTROLLABLE:WayPointExecute( WayPoint, WaitTime )
|
||||
self:F( { WayPoint, WaitTime } )
|
||||
|
||||
if not WayPoint then
|
||||
WayPoint = 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user